Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/sgi-ip27/
Dip27-hubio.c35 if ((xtalk_addr % SWIN_SIZE) + size <= SWIN_SIZE) in hub_pio_map()
36 return NODE_SWIN_BASE(nasid, widget) + (xtalk_addr % SWIN_SIZE); in hub_pio_map()
/linux-2.6.39/arch/mips/include/asm/sn/
Daddrs.h90 #define SWIN_SIZE (UINT64_CAST 1 << 24) macro
91 #define SWIN_SIZEMASK (SWIN_SIZE - 1)
113 ((addr) < (NODE_SWIN_BASE(nasid, HUB_NUM_WIDGET) + SWIN_SIZE)\