Searched refs:RX_SENTSTALL (Results 1 – 2 of 2) sorted by relevance
168 #define RX_SENTSTALL BIT(22) macro173 #define RX_W1C_BITS (~(RX_SENTSTALL | RX_RXPKTRDY))
305 csr = (csr & (~RX_SENDSTALL)) | RX_SENTSTALL; in mtu3_ep_stall_set()