Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/mips-boards/
H A Dbonito64.h69 #define BONITO_PCICFG_BASE 0x1fe80000 macro
71 #define BONITO_PCICFG_TOP (BONITO_PCICFG_BASE+BONITO_PCICFG_SIZE-1)
/openbmc/qemu/hw/pci-host/
H A Dbonito.c95 #define BONITO_PCICFG_BASE 0x1fe80000 macro
97 #define BONITO_PCICFG_TOP (BONITO_PCICFG_BASE + BONITO_PCICFG_SIZE - 1)
109 #define BONITO_SPCICONFIG_BASE (BONITO_PCICFG_BASE)
/openbmc/linux/arch/mips/mti-malta/
H A Dmalta-init.c198 _pcictrl_bonito_pcicfg = (unsigned long)ioremap(BONITO_PCICFG_BASE, BONITO_PCICFG_SIZE); in prom_init()