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