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