Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/edac/
Di10nm_base.c80 #define RETRY_RD_ERR_LOG_NOOVER BIT(14) macro
127 d2 |= RETRY_RD_ERR_LOG_NOOVER; in __enable_retry_rd_err_log()
134 if (imc->chan[chan].retry_rd_err_log_s & RETRY_RD_ERR_LOG_NOOVER) in __enable_retry_rd_err_log()
135 s |= RETRY_RD_ERR_LOG_NOOVER; in __enable_retry_rd_err_log()
140 if (imc->chan[chan].retry_rd_err_log_d & RETRY_RD_ERR_LOG_NOOVER) in __enable_retry_rd_err_log()
141 d |= RETRY_RD_ERR_LOG_NOOVER; in __enable_retry_rd_err_log()
148 if (!(imc->chan[chan].retry_rd_err_log_d2 & RETRY_RD_ERR_LOG_NOOVER)) in __enable_retry_rd_err_log()
149 d2 &= ~RETRY_RD_ERR_LOG_NOOVER; in __enable_retry_rd_err_log()