Home
last modified time | relevance | path

Searched refs:TX_SENTSTALL (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/usb/mtu3/
H A Dmtu3_hw_regs.h129 #define TX_SENTSTALL BIT(22) macro
135 #define TX_W1C_BITS (~(TX_SENTSTALL))
H A Dmtu3_core.c320 csr = (csr & (~TX_SENDSTALL)) | TX_SENTSTALL; in mtu3_ep_stall_set()