Home
last modified time | relevance | path

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

/Linux-v5.10/arch/mips/sgi-ip30/
Dip30-xtalk.c83 bd->mem.start = IP30_SWIN_BASE(widget) + BRIDGE_DEVIO0; in bridge_platform_create()
89 bd->io.start = IP30_SWIN_BASE(widget) + BRIDGE_DEVIO0; in bridge_platform_create()
/Linux-v5.10/arch/mips/sgi-ip27/
Dip27-xtalk.c74 bd->mem.start = offset + (widget << SWIN_SIZE_BITS) + BRIDGE_DEVIO0; in bridge_platform_create()
80 bd->io.start = offset + (widget << SWIN_SIZE_BITS) + BRIDGE_DEVIO0; in bridge_platform_create()
/Linux-v5.10/arch/mips/include/asm/pci/
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…