Lines Matching full:hub
6 * Support functions for the HUB ASIC - mostly PIO mapping related.
14 #include <asm/sn/hub.h>
20 * hub_pio_map - establish a HUB PIO mapping
22 * @hub: hub to perform PIO mapping on
39 printk(KERN_WARNING "PIO mapping at hub %d widget %d addr 0x%lx" in hub_pio_map()
59 * received by the hub and can be used by future PIO reads/ in hub_pio_map()
72 " hub %d widget %d addr 0x%lx\n", in hub_pio_map()
119 * hub_set_piomode - set pio mode for a given hub
121 * @nasid: physical node ID for the hub in question
123 * Put the hub into either "PIO conveyor belt" mode or "fire-and-forget" mode.
170 * hub_pio_init - PIO-related hub initialization
172 * @hub: hubinfo structure for our hub
179 /* initialize big window piomaps for this hub */ in hub_pio_init()