Home
last modified time | relevance | path

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

/linux/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.c336 dimm->dtype = DEV_X16; in bluefield_edac_init_dimms()
H A Dversalnet_edac.c402 if (priv->dwidth == DEV_X16) { in convert_to_physical()
792 dt = DEV_X16; in init_one_mc()
H A Digen6_edac.c715 return DEV_X16; in ptl_h_get_dev_type()
754 case DEV_X16: in ptl_h_get_dimm_size()
1074 return DEV_X16; in get_dev_type()
H A Ddmc520_edac.c333 dt = DEV_X16; in dmc520_get_dtype()
H A Dfsl_ddr_edac.c486 dimm->dtype = DEV_X16; in fsl_ddr_init_csrows()
H A Dedac_mc_sysfs.c100 [DEV_X16] = "x16",
H A Darmada_xp_edac.c272 dimm->dtype = cs_struct ? DEV_X16 : DEV_X8; in axp_mc_read_config()
H A Dcpc925_edac.c358 dtype = DEV_X16; in cpc925_init_csrows()
H A Die31200_edac.c425 dd->dtype = DEV_X16; in populate_dimm_info()
H A Dpnd2_edac.c1232 dimm->dtype = (d->dwid == 0) ? DEV_X8 : DEV_X16; in apl_get_dimm_config()
1240 DEV_X8, DEV_X4, DEV_X16, DEV_UNKNOWN
H A Dsb_edac.c929 return DEV_X16; in knl_get_width()
944 type = DEV_X16; in __ibridge_get_width()
H A Damd64_edac.c3093 dev_type = DEV_X16; in umc_init_csrows()
3599 dimm->dtype = DEV_X16; in gpu_init_csrows()
/linux/include/linux/
H A Dedac.h78 DEV_X16, enumerator
88 #define DEV_FLAG_X16 BIT(DEV_X16)