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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/message/fusion/lsi/
H A Dmpi_targ.h579 #define TARGET_MODE_REPLY_PORT_MASK (0x10000000) macro
606 #define GET_PORT(x) (((x) & TARGET_MODE_REPLY_PORT_MASK) \
609 #define SET_PORT(t, p) ((t) = ((t) & ~TARGET_MODE_REPLY_PORT_MASK) | \
611 TARGET_MODE_REPLY_PORT_MASK))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/message/fusion/lsi/
H A Dmpi_targ.h579 #define TARGET_MODE_REPLY_PORT_MASK (0x10000000) macro
606 #define GET_PORT(x) (((x) & TARGET_MODE_REPLY_PORT_MASK) \
609 #define SET_PORT(t, p) ((t) = ((t) & ~TARGET_MODE_REPLY_PORT_MASK) | \
611 TARGET_MODE_REPLY_PORT_MASK))

Completed in 108 milliseconds