Home
last modified time | relevance | path

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

/openbmc/linux/drivers/edac/
H A Di10nm_base.c79 #define RETRY_RD_ERR_LOG_UC BIT(1) macro
126 d2 &= ~RETRY_RD_ERR_LOG_UC; in __enable_retry_rd_err_log()
132 if (imc->chan[chan].retry_rd_err_log_s & RETRY_RD_ERR_LOG_UC) in __enable_retry_rd_err_log()
133 s |= RETRY_RD_ERR_LOG_UC; in __enable_retry_rd_err_log()
138 if (imc->chan[chan].retry_rd_err_log_d & RETRY_RD_ERR_LOG_UC) in __enable_retry_rd_err_log()
139 d |= RETRY_RD_ERR_LOG_UC; in __enable_retry_rd_err_log()
146 if (imc->chan[chan].retry_rd_err_log_d2 & RETRY_RD_ERR_LOG_UC) in __enable_retry_rd_err_log()
147 d2 |= RETRY_RD_ERR_LOG_UC; in __enable_retry_rd_err_log()