Searched refs:XIO_PORT_BITS (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/xtalk/
H A Dxtalk.h42 #define XIO_PORT_BITS (0xF000000000000000ull) macro
45 #define XIO_PACKED(x) (((x)&XIO_PORT_BITS) != 0)
47 #define XIO_PORT(x) ((xwidgetnum_t)(((x)&XIO_PORT_BITS) >> XIO_PORT_SHIFT))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/xtalk/
H A Dxtalk.h42 #define XIO_PORT_BITS (0xF000000000000000ull) macro
45 #define XIO_PACKED(x) (((x)&XIO_PORT_BITS) != 0)
47 #define XIO_PORT(x) ((xwidgetnum_t)(((x)&XIO_PORT_BITS) >> XIO_PORT_SHIFT))

Completed in 51 milliseconds