Home
last modified time | relevance | path

Searched refs:DEV_X16 (Results 1 – 15 of 15) 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.c400 if (priv->dwidth == DEV_X16) { in convert_to_physical()
781 dt = DEV_X16; in init_versalnet()
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 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 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 Dcpc925_edac.c358 dtype = DEV_X16; in cpc925_init_csrows()
H A Dskx_common.c326 return DEV_X16; in get_width()
H A Digen6_edac.c719 return DEV_X16; in get_width()
H A Dsb_edac.c938 return DEV_X16; in knl_get_width()
953 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()
H A Di7core_edac.c613 dimm->dtype = DEV_X16; in get_dimm_config()
/linux/include/linux/
H A Dedac.h78 DEV_X16, enumerator
88 #define DEV_FLAG_X16 BIT(DEV_X16)