Searched refs:DC_ISR_RX_STATE (Results 1 – 2 of 2) sorted by relevance
176 #define DC_ISR_RX_STATE 0x000E0000 macro
1371 ((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()