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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dbig_sur_ge.h402 #define BIG_SUR_GE_EIR_RECV_DONE_MASK 0x00000002 /* Recv complete */ macro
474 (!(BIG_SUR_GE_READ(base_address + BIG_SUR_GE_ISR_OFFSET) & BIG_SUR_GE_EIR_RECV_DONE_MASK))
672 #define BIG_SUR_GE_EIR_RECV_ALL_MASK (BIG_SUR_GE_EIR_RECV_DONE_MASK | \
705 BIG_SUR_GE_EIR_RECV_DONE_MASK | \
H A Dbig_sur_ge.c632 if (int_status & BIG_SUR_GE_EIR_RECV_DONE_MASK) {
636 BIG_SUR_GE_EIR_RECV_DONE_MASK);

Completed in 74 milliseconds