Searched refs:CDMAC_BD_STCTRL_COMPLETED (Results 1 – 2 of 2) sorted by relevance
229 if (!(rx_dp->sca.stctrl & CDMAC_BD_STCTRL_COMPLETED)) in ll_temac_recv_sdma()299 } while (timeout-- && !(tx_dp->sca.stctrl & CDMAC_BD_STCTRL_COMPLETED)); in ll_temac_send_sdma()
68 #define CDMAC_BD_STCTRL_COMPLETED (1 << 4) macro