Home
last modified time | relevance | path

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

/trueos/sys/dev/dc/
HDif_dcreg.h176 #define DC_ISR_RX_STATE 0x000E0000 macro
HDif_dc.c1365 ((isr & DC_ISR_RX_STATE) == DC_RXSTATE_STOPPED || in dc_netcfg_wait()
1366 (isr & DC_ISR_RX_STATE) == DC_RXSTATE_WAIT)) in dc_netcfg_wait()
1374 if (!((isr & DC_ISR_RX_STATE) == DC_RXSTATE_STOPPED || in dc_netcfg_wait()
1375 (isr & DC_ISR_RX_STATE) == DC_RXSTATE_WAIT) && in dc_netcfg_wait()
3129 DC_ISR) & DC_ISR_RX_STATE) == DC_RXSTATE_WAIT) && in dc_tick()