Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/sun/
H A Dcassini.c1243 writel(INTR_RX_DONE_ALT | INTR_RX_BUF_UNAVAIL_1, in cas_init_rx_dma()
1247 writel(INTR_RX_DONE_ALT, in cas_init_rx_dma()
2434 if (status & INTR_RX_DONE_ALT) { /* handle rx separately */ in cas_interruptN()
2441 status &= ~INTR_RX_DONE_ALT; in cas_interruptN()
2485 if (status & INTR_RX_DONE_ALT) { /* handle rx separately */ in cas_interrupt1()
2492 status &= ~INTR_RX_DONE_ALT; in cas_interrupt1()
H A Dcassini.h367 #define INTR_RX_DONE_ALT 0x01 macro
373 #define INTRN_MASK_CLEAR_ALL (INTR_RX_DONE_ALT | \
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/
H A Dcassini.h367 #define INTR_RX_DONE_ALT 0x01 macro
373 #define INTRN_MASK_CLEAR_ALL (INTR_RX_DONE_ALT | \
H A Dcassini.c2405 if (status & INTR_RX_DONE_ALT) { /* handle rx separately */ in cas_interruptN()
2412 status &= ~INTR_RX_DONE_ALT; in cas_interruptN()
2456 if (status & INTR_RX_DONE_ALT) { /* handle rx separately */ in cas_interrupt1()
2463 status &= ~INTR_RX_DONE_ALT; in cas_interrupt1()

Completed in 26 milliseconds