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