Home
last modified time | relevance | path

Searched refs:DEV_X16 (Results 1 – 14 of 14) sorted by relevance

/linux-6.15/drivers/edac/
H A Dti_edac.c149 dimm->dtype = DEV_X16; in ti_edac_setup_dimm()
174 dimm->dtype = DEV_X16; in ti_edac_setup_dimm()
H A Dbluefield_edac.c326 dimm->dtype = DEV_X16; in bluefield_edac_init_dimms()
H A Ddmc520_edac.c333 dt = DEV_X16; in dmc520_get_dtype()
H A Dfsl_ddr_edac.c487 dimm->dtype = DEV_X16; in fsl_ddr_init_csrows()
H A Darmada_xp_edac.c272 dimm->dtype = cs_struct ? DEV_X16 : DEV_X8; in axp_mc_read_config()
H A Dskx_common.c310 return DEV_X16; in get_width()
H A Dcpc925_edac.c358 dtype = DEV_X16; in cpc925_init_csrows()
H A Dpnd2_edac.c1233 dimm->dtype = (d->dwid == 0) ? DEV_X8 : DEV_X16; in apl_get_dimm_config()
1241 DEV_X8, DEV_X4, DEV_X16, DEV_UNKNOWN
H A Dedac_mc_sysfs.c100 [DEV_X16] = "x16",
H A Digen6_edac.c629 return DEV_X16; in get_width()
H A Dsb_edac.c939 return DEV_X16; in knl_get_width()
954 type = DEV_X16; in __ibridge_get_width()
H A Damd64_edac.c3079 dev_type = DEV_X16; in umc_init_csrows()
3584 dimm->dtype = DEV_X16; in gpu_init_csrows()
H A Di7core_edac.c614 dimm->dtype = DEV_X16; in get_dimm_config()
/linux-6.15/include/linux/
H A Dedac.h78 DEV_X16, enumerator
88 #define DEV_FLAG_X16 BIT(DEV_X16)