Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/sgi-ip30/
H A Dip30-xtalk.c99 bd->mem.start = IP30_SWIN_BASE(widget) + BRIDGE_DEVIO0; in bridge_platform_create()
105 bd->io.start = IP30_SWIN_BASE(widget) + BRIDGE_DEVIO0; in bridge_platform_create()
/openbmc/linux/arch/mips/sgi-ip27/
H A Dip27-xtalk.c90 bd->mem.start = offset + (widget << SWIN_SIZE_BITS) + BRIDGE_DEVIO0; in bridge_platform_create()
96 bd->io.start = offset + (widget << SWIN_SIZE_BITS) + BRIDGE_DEVIO0; in bridge_platform_create()
/openbmc/linux/arch/mips/include/asm/pci/
H A Dbridge.h378 #define BRIDGE_DEVIO0 0x00200000 /* Device IO 0 Addr */ macro
386 #define BRIDGE_DEVIO(x) ((x)<=1 ? BRIDGE_DEVIO0+(x)*BRIDGE_DEVIO_2MB : BRIDGE_DEVIO2+((x)-2)*BRIDG…