Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/mips/mach-pic32/include/mach/
H A Dpic32.h13 #define PIC32_CFG_BASE 0x1f800000 macro
27 #define PIC32_NVM_BASE (PIC32_CFG_BASE + 0x0600)
29 #define PIC32_OSC_BASE (PIC32_CFG_BASE + 0x1200)
72 return (void __iomem *)CKSEG1ADDR(PIC32_CFG_BASE); in pic32_get_syscfg_base()