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