Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/mti-malta/
H A Dmalta-int.c67 BONITO_PCIMAP_CFG = 0x20000; in mips_pcibios_iack()
70 (void) BONITO_PCIMAP_CFG; in mips_pcibios_iack()
76 BONITO_PCIMAP_CFG = 0; in mips_pcibios_iack()
/openbmc/linux/arch/mips/pci/
H A Dops-bonito64.c53 BONITO_PCIMAP_CFG = (addr >> 16) | type; in bonito64_pcibios_config_access()
56 dummy = BONITO_PCIMAP_CFG; in bonito64_pcibios_config_access()
/openbmc/qemu/hw/pci-host/
H A Dbonito.c141 #define BONITO_PCIMAP_CFG (0x18 >> 2) /* 0x118 */ macro
262 case BONITO_PCIMAP_CFG: in OBJECT_DECLARE_SIMPLE_TYPE()
455 if ((s->regs[BONITO_PCIMAP_CFG] & 0x10000) != 0x0) { in bonito_sbridge_pciaddr()
460 cfgaddr |= (s->regs[BONITO_PCIMAP_CFG] & 0xffff) << 16; in bonito_sbridge_pciaddr()
470 ",pcimap_cfg=0x%x", addr, s->regs[BONITO_PCIMAP_CFG]); in bonito_sbridge_pciaddr()
/openbmc/linux/arch/mips/include/asm/mips-boards/
H A Dbonito64.h178 #define BONITO_PCIMAP_CFG BONITO(BONITO_REGBASE + 0x18) macro