Home
last modified time | relevance | path

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

/openbmc/linux/drivers/edac/
H A Digen6_edac.c181 u64 ecclog; member
543 struct mem_ctl_info *mci, u64 ecclog) in igen6_output_error() argument
545 enum hw_event_mc_err_type type = ecclog & ECC_ERROR_LOG_UE ? in igen6_output_error()
552 ECC_ERROR_LOG_SYND(ecclog), in igen6_output_error()
573 static int ecclog_gen_pool_add(int mc, u64 ecclog) in ecclog_gen_pool_add() argument
582 node->ecclog = ecclog; in ecclog_gen_pool_add()
597 u64 ecclog = readq(imc->window + ECC_ERROR_LOG_OFFSET); in ecclog_read_and_clear() local
599 if (ecclog & (ECC_ERROR_LOG_CE | ECC_ERROR_LOG_UE)) { in ecclog_read_and_clear()
601 writeq(ecclog, imc->window + ECC_ERROR_LOG_OFFSET); in ecclog_read_and_clear()
602 return ecclog; in ecclog_read_and_clear()
[all …]
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dddr_rk3288.h78 u32 ecclog; member
H A Dsdram_rk322x.h116 u32 ecclog; member