Home
last modified time | relevance | path

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

/linux/arch/mips/sgi-ip27/
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()
/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)\