Searched refs:TX_SENTSTALL (Results 1 – 2 of 2) sorted by relevance
129 #define TX_SENTSTALL BIT(22) macro134 #define TX_W1C_BITS (~(TX_SENTSTALL))
298 csr = (csr & (~TX_SENDSTALL)) | TX_SENTSTALL; in mtu3_ep_stall_set()