Searched refs:I10NM_GET_REG32 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/edac/ |
H A D | i10nm_base.c | 54 #define I10NM_GET_REG32(m, i, offset) \ macro 108 s = I10NM_GET_REG32(imc, chan, offsets_scrub[0]); in __enable_retry_rd_err_log() 109 d = I10NM_GET_REG32(imc, chan, offsets_demand[0]); in __enable_retry_rd_err_log() 111 d2 = I10NM_GET_REG32(imc, chan, offsets_demand2[0]); in __enable_retry_rd_err_log() 277 corr0 = I10NM_GET_REG32(imc, res->channel, 0x2c18); in show_retry_rd_err_log() 278 corr1 = I10NM_GET_REG32(imc, res->channel, 0x2c1c); in show_retry_rd_err_log() 279 corr2 = I10NM_GET_REG32(imc, res->channel, 0x2c20); in show_retry_rd_err_log() 280 corr3 = I10NM_GET_REG32(imc, res->channel, 0x2c24); in show_retry_rd_err_log() 282 corr0 = I10NM_GET_REG32(imc, res->channel, 0x2818); in show_retry_rd_err_log() 283 corr1 = I10NM_GET_REG32(imc, res->channel, 0x281c); in show_retry_rd_err_log() [all …]
|