Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/sgi-ip27/
H A Dip27-hubio.c36 if ((xtalk_addr % SWIN_SIZE) + size <= SWIN_SIZE) in hub_pio_map()
37 return NODE_SWIN_BASE(nasid, widget) + (xtalk_addr % SWIN_SIZE); in hub_pio_map()
H A Dip27-xtalk.c91 bd->mem.end = offset + (widget << SWIN_SIZE_BITS) + SWIN_SIZE - 1; in bridge_platform_create()
97 bd->io.end = offset + (widget << SWIN_SIZE_BITS) + SWIN_SIZE - 1; in bridge_platform_create()
/openbmc/linux/arch/mips/include/asm/sn/
H A Daddrs.h85 #define SWIN_SIZE (UINT64_CAST 1 << 24) macro
86 #define SWIN_SIZEMASK (SWIN_SIZE - 1)
108 ((addr) < (NODE_SWIN_BASE(nasid, HUB_NUM_WIDGET) + SWIN_SIZE)\