Searched refs:xwidgetnum_t (Results 1 – 3 of 3) sorted by relevance
19 typedef char xwidgetnum_t; /* xtalk widget number (0..15) */ typedef47 #define XIO_PORT(x) ((xwidgetnum_t)(((x)&XIO_PORT_BITS) >> XIO_PORT_SHIFT))
12 extern unsigned long hub_pio_map(cnodeid_t cnode, xwidgetnum_t widget,
28 unsigned long hub_pio_map(cnodeid_t cnode, xwidgetnum_t widget, in hub_pio_map()