Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/edac/
Di10nm_base.c76 #define RETRY_RD_ERR_LOG_NOOVER BIT(14) macro
123 d2 |= RETRY_RD_ERR_LOG_NOOVER; in __enable_retry_rd_err_log()
130 if (imc->chan[chan].retry_rd_err_log_s & RETRY_RD_ERR_LOG_NOOVER) in __enable_retry_rd_err_log()
131 s |= RETRY_RD_ERR_LOG_NOOVER; in __enable_retry_rd_err_log()
136 if (imc->chan[chan].retry_rd_err_log_d & RETRY_RD_ERR_LOG_NOOVER) in __enable_retry_rd_err_log()
137 d |= RETRY_RD_ERR_LOG_NOOVER; in __enable_retry_rd_err_log()
144 if (!(imc->chan[chan].retry_rd_err_log_d2 & RETRY_RD_ERR_LOG_NOOVER)) in __enable_retry_rd_err_log()
145 d2 &= ~RETRY_RD_ERR_LOG_NOOVER; in __enable_retry_rd_err_log()