Home
last modified time | relevance | path

Searched refs:xwidgetnum_t (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/mips/include/asm/xtalk/
Dxtalk.h19 typedef char xwidgetnum_t; /* xtalk widget number (0..15) */ typedef
47 #define XIO_PORT(x) ((xwidgetnum_t)(((x)&XIO_PORT_BITS) >> XIO_PORT_SHIFT))
/linux-2.6.39/arch/mips/include/asm/sn/
Dhub.h12 extern unsigned long hub_pio_map(cnodeid_t cnode, xwidgetnum_t widget,
/linux-2.6.39/arch/mips/sgi-ip27/
Dip27-hubio.c28 unsigned long hub_pio_map(cnodeid_t cnode, xwidgetnum_t widget, in hub_pio_map()