Home
last modified time | relevance | path

Searched refs:DEV_UNKNOWN (Results 1 – 22 of 22) sorted by relevance

/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_cfg_common.h43 DEV_UNKNOWN = 0, enumerator
/linux/drivers/edac/
H A Dghes_edac.c185 dimm->dtype = DEV_UNKNOWN; in assign_dmi_dimm_info()
475 dimm->dtype = DEV_UNKNOWN; in ghes_edac_register()
H A Dsynopsys_edac.c690 dt = DEV_UNKNOWN; in zynq_get_dtype()
723 dt = DEV_UNKNOWN; in zynqmp_get_dtype()
736 if (dt == DEV_UNKNOWN) in get_ecc_state()
748 if (dt == DEV_UNKNOWN) in get_ecc_state()
H A Dpasemi_edac.c173 dimm->dtype = DEV_UNKNOWN; in pasemi_edac_init_csrows()
H A Damd76x_edac.c214 dimm->dtype = ((dms >> index) & 0x1) ? DEV_X4 : DEV_UNKNOWN; in amd76x_init_csrows()
H A Dr82600_edac.c260 dimm->dtype = DEV_UNKNOWN; in r82600_init_csrows()
H A Di82860_edac.c179 dimm->dtype = DEV_UNKNOWN; in i82860_init_csrows()
H A Di82443bxgx_edac.c224 dimm->dtype = DEV_UNKNOWN; in i82443bxgx_init_csrows()
H A Di82875p_edac.c381 dimm->dtype = DEV_UNKNOWN; in i82875p_init_csrows()
H A Dx38_edac.c388 dimm->dtype = DEV_UNKNOWN; in x38_probe1()
H A Di3000_edac.c413 dimm->dtype = DEV_UNKNOWN; in i3000_probe1()
H A Dbluefield_edac.c339 dimm->dtype = DEV_UNKNOWN; in bluefield_edac_init_dimms()
H A Di3200_edac.c406 dimm->dtype = DEV_UNKNOWN; in i3200_probe1()
H A Dversal_edac.c518 dt = DEV_UNKNOWN; in get_dwidth()
538 if (dt == DEV_UNKNOWN) in get_ecc_state()
H A Ddmc520_edac.c317 enum dev_type dt = DEV_UNKNOWN; in dmc520_get_dtype()
H A Dcpc925_edac.c365 dtype = DEV_UNKNOWN; in cpc925_init_csrows()
H A Digen6_edac.c657 return DEV_UNKNOWN; in get_width()
H A Dsb_edac.c945 return DEV_UNKNOWN; in sbridge_get_width()
950 enum dev_type type = DEV_UNKNOWN; in __ibridge_get_width()
H A Dpnd2_edac.c1241 DEV_X8, DEV_X4, DEV_X16, DEV_UNKNOWN
H A Di7core_edac.c617 dimm->dtype = DEV_UNKNOWN; in get_dimm_config()
H A Damd64_edac.c3087 enum dev_type dev_type = DEV_UNKNOWN; in umc_init_csrows()
/linux/include/linux/
H A Dedac.h61 * @DEV_UNKNOWN: Can't be determined, or MC doesn't support detect it
73 DEV_UNKNOWN = 0, enumerator
83 #define DEV_FLAG_UNKNOWN BIT(DEV_UNKNOWN)