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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dcassini.c1217 writel(INTR_RX_DONE_ALT | INTR_RX_BUF_UNAVAIL_1,
1221 writel(INTR_RX_DONE_ALT,
2358 if (status & INTR_RX_DONE_ALT) { /* handle rx separately */
2365 status &= ~INTR_RX_DONE_ALT;
2409 if (status & INTR_RX_DONE_ALT) { /* handle rx separately */
2416 status &= ~INTR_RX_DONE_ALT;
H A Dcassini.h381 #define INTR_RX_DONE_ALT 0x01 macro
387 #define INTRN_MASK_CLEAR_ALL (INTR_RX_DONE_ALT | \

Completed in 115 milliseconds