Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/mtu3/
H A Dmtu3_hw_regs.h115 #define EP0_SENTSTALL BIT(22) macro
123 #define EP0_W1C_BITS (~(EP0_RXPKTRDY | EP0_SETUPPKTRDY | EP0_SENTSTALL))
H A Dmtu3_gadget_ep0.c146 csr = (csr & ~EP0_SENDSTALL) | EP0_SENTSTALL; in ep0_stall_set()
722 if (csr & EP0_SENTSTALL) { in mtu3_ep0_isr()