Home
last modified time | relevance | path

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

/freebsd/sys/dev/dc/
H A Dif_dcreg.h176 #define DC_ISR_RX_STATE 0x000E0000 macro
H A Dif_dc.c1371 ((isr & DC_ISR_RX_STATE) == DC_RXSTATE_STOPPED || in dc_netcfg_wait()
1372 (isr & DC_ISR_RX_STATE) == DC_RXSTATE_WAIT)) in dc_netcfg_wait()
1380 if (!((isr & DC_ISR_RX_STATE) == DC_RXSTATE_STOPPED || in dc_netcfg_wait()
1381 (isr & DC_ISR_RX_STATE) == DC_RXSTATE_WAIT) && in dc_netcfg_wait()
3119 DC_ISR) & DC_ISR_RX_STATE) == DC_RXSTATE_WAIT) && in dc_tick()