Home
last modified time | relevance | path

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

/openbmc/linux/drivers/edac/
H A Dal_mc_edac.c121 u32 eccerrcnt, eccuaddr0, eccuaddr1, eccusyn0, eccusyn1, eccusyn2, row; in handle_ue() local
133 eccuaddr0 = readl_relaxed(al_mc->mmio_base + AL_MC_ECC_UE_ADDR0); in handle_ue()
143 eccuaddr0, eccuaddr1); in handle_ue()
145 rank = FIELD_GET(AL_MC_ECC_UE_ADDR0_RANK, eccuaddr0); in handle_ue()
146 row = FIELD_GET(AL_MC_ECC_UE_ADDR0_ROW, eccuaddr0); in handle_ue()
/openbmc/u-boot/arch/arm/include/asm/arch-imx8m/
H A Dddr.h108 u32 eccuaddr0; member