Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/mips-boards/
H A Dbonito64.h52 #define BONITO_REG_SIZE 0x00040000 macro
53 #define BONITO_REG_TOP (BONITO_REG_BASE+BONITO_REG_SIZE-1)
/openbmc/qemu/hw/pci-host/
H A Dbonito.c76 #define BONITO_REG_SIZE 0x00040000 macro
77 #define BONITO_REG_TOP (BONITO_REG_BASE + BONITO_REG_SIZE - 1)
685 create_unimplemented_device("bonito", BONITO_REG_BASE, BONITO_REG_SIZE); in bonito_pci_realize()
/openbmc/linux/arch/mips/mti-malta/
H A Dmalta-init.c124 _pcictrl_bonito = (unsigned long)ioremap(BONITO_REG_BASE, BONITO_REG_SIZE); in prom_init()