Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/sun/
Dcassini.h379 #define INTR_RX_DONE_ALT 0x01 macro
385 #define INTRN_MASK_CLEAR_ALL (INTR_RX_DONE_ALT | \
Dcassini.c1266 writel(INTR_RX_DONE_ALT | INTR_RX_BUF_UNAVAIL_1, in cas_init_rx_dma()
1270 writel(INTR_RX_DONE_ALT, in cas_init_rx_dma()
2458 if (status & INTR_RX_DONE_ALT) { /* handle rx separately */ in cas_interruptN()
2465 status &= ~INTR_RX_DONE_ALT; in cas_interruptN()
2509 if (status & INTR_RX_DONE_ALT) { /* handle rx separately */ in cas_interrupt1()
2516 status &= ~INTR_RX_DONE_ALT; in cas_interrupt1()