Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/edac/
Di10nm_base.c67 #define RETRY_RD_ERR_LOG_UC BIT(1) macro
114 d2 &= ~RETRY_RD_ERR_LOG_UC; in __enable_retry_rd_err_log()
120 if (imc->chan[chan].retry_rd_err_log_s & RETRY_RD_ERR_LOG_UC) in __enable_retry_rd_err_log()
121 s |= RETRY_RD_ERR_LOG_UC; in __enable_retry_rd_err_log()
126 if (imc->chan[chan].retry_rd_err_log_d & RETRY_RD_ERR_LOG_UC) in __enable_retry_rd_err_log()
127 d |= RETRY_RD_ERR_LOG_UC; in __enable_retry_rd_err_log()
134 if (imc->chan[chan].retry_rd_err_log_d2 & RETRY_RD_ERR_LOG_UC) in __enable_retry_rd_err_log()
135 d2 |= RETRY_RD_ERR_LOG_UC; in __enable_retry_rd_err_log()