Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/mips/mach-pic32/include/mach/
H A Dpic32.h16 #define CFGCON 0x0000 macro
/openbmc/u-boot/arch/mips/mach-pic32/
H A Dcpu.c68 v = (readl(base + CFGCON) >> ECC_SHIFT) & ECC_MASK; in prefetch_init()