Home
last modified time | relevance | path

Searched refs:DDR_EDE_SBE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/edac/
H A Dfsl_ddr_edac.h62 #define DDR_EDE_SBE 0x4 /* single-bit ECC error */ macro
H A Dfsl_ddr_edac.c300 if (!(err_detect & (DDR_EDE_SBE | DDR_EDE_MBE))) { in fsl_mc_check()
333 if ((err_detect & DDR_EDE_SBE) && (bus_width == 64)) { in fsl_mc_check()
361 if (err_detect & DDR_EDE_SBE) in fsl_mc_check()
/kernel/linux/linux-6.6/drivers/edac/
H A Dfsl_ddr_edac.h59 #define DDR_EDE_SBE 0x4 /* single-bit ECC error */ macro
H A Dfsl_ddr_edac.c297 if (!(err_detect & (DDR_EDE_SBE | DDR_EDE_MBE))) { in fsl_mc_check()
330 if ((err_detect & DDR_EDE_SBE) && (bus_width == 64)) { in fsl_mc_check()
358 if (err_detect & DDR_EDE_SBE) in fsl_mc_check()

Completed in 3 milliseconds