Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/edac/
Di10nm_base.c68 #define RETRY_RD_ERR_LOG_NOOVER BIT(14) macro
115 d2 |= RETRY_RD_ERR_LOG_NOOVER; in __enable_retry_rd_err_log()
122 if (imc->chan[chan].retry_rd_err_log_s & RETRY_RD_ERR_LOG_NOOVER) in __enable_retry_rd_err_log()
123 s |= RETRY_RD_ERR_LOG_NOOVER; in __enable_retry_rd_err_log()
128 if (imc->chan[chan].retry_rd_err_log_d & RETRY_RD_ERR_LOG_NOOVER) in __enable_retry_rd_err_log()
129 d |= RETRY_RD_ERR_LOG_NOOVER; in __enable_retry_rd_err_log()
136 if (!(imc->chan[chan].retry_rd_err_log_d2 & RETRY_RD_ERR_LOG_NOOVER)) in __enable_retry_rd_err_log()
137 d2 &= ~RETRY_RD_ERR_LOG_NOOVER; in __enable_retry_rd_err_log()