Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/mips/ralink/
H A Dralink_eth.c948 FE_INT_RX | FE_INT_TX3 | FE_INT_TX2 | FE_INT_TX1 | FE_INT_TX0); in ralink_eth_hw_init()
1427 if ((status & (FE_INT_RX | FE_INT_TX0)) == 0) { in ralink_eth_intr()
1433 if (status & FE_INT_RX) in ralink_eth_intr()
H A Dralink_reg.h912 #define FE_INT_RX __BIT(2) macro