Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/
H A Daspeed_usbtty.c60 #define ISR_EP_ACK_STALL BIT(16) macro
529 if (isr & ISR_EP_ACK_STALL) { in udc_irq()
H A Daspeed_udc.c63 #define ISR_EP_ACK_STALL BIT(16) macro
987 if (isr & ISR_EP_ACK_STALL) { in aspeed_udc_isr()