Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Ddram_sun4i.h134 #define DRAM_CSR_FAILED (DRAM_CSR_DTERR | DRAM_CSR_DTIERR) macro
/openbmc/u-boot/arch/arm/mach-sunxi/
H A Ddram_sun4i.c390 clrbits_le32(&dram->csr, DRAM_CSR_FAILED); in dramc_scan_readpipe()
398 if (reg_val & DRAM_CSR_FAILED) in dramc_scan_readpipe()