Searched refs:SWIN_SIZE (Results 1 – 3 of 3) sorted by relevance
36 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()
77 bd->mem.end = offset + (widget << SWIN_SIZE_BITS) + SWIN_SIZE - 1; in bridge_platform_create()83 bd->io.end = offset + (widget << SWIN_SIZE_BITS) + SWIN_SIZE - 1; in bridge_platform_create()
85 #define SWIN_SIZE (UINT64_CAST 1 << 24) macro86 #define SWIN_SIZEMASK (SWIN_SIZE - 1)108 ((addr) < (NODE_SWIN_BASE(nasid, HUB_NUM_WIDGET) + SWIN_SIZE)\