Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/pci/
H A Dpci-malta.c151 map = BONITO_PCIMAP; in mips_pcibios_init()
152 map1 = (BONITO_PCIMAP & BONITO_PCIMAP_PCIMAP_LO0) >> in mips_pcibios_init()
154 map2 = (BONITO_PCIMAP & BONITO_PCIMAP_PCIMAP_LO1) >> in mips_pcibios_init()
156 map3 = (BONITO_PCIMAP & BONITO_PCIMAP_PCIMAP_LO2) >> in mips_pcibios_init()
/openbmc/qemu/hw/pci-host/
H A Dbonito.c139 #define BONITO_PCIMAP (0x10 >> 2) /* 0x110 */ macro
260 case BONITO_PCIMAP: in OBJECT_DECLARE_SIMPLE_TYPE()
615 s->regs[BONITO_PCIMAP] = 0x6140; in bonito_reset_hold()
/openbmc/linux/arch/mips/include/asm/mips-boards/
H A Dbonito64.h176 #define BONITO_PCIMAP BONITO(BONITO_REGBASE + 0x10) macro