Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/
H A Daspeed_usbtty.c75 #define ISR_HUB_EP0_OUT_ACK_STALL BIT(1) macro
479 if (isr & ISR_HUB_EP0_OUT_ACK_STALL) { in udc_irq()
481 ast_udc_write(ISR_HUB_EP0_OUT_ACK_STALL, AST_VHUB_ISR); in udc_irq()
H A Daspeed_udc.c78 #define ISR_HUB_EP0_OUT_ACK_STALL BIT(1) macro
958 if (isr & ISR_HUB_EP0_OUT_ACK_STALL) { in aspeed_udc_isr()
960 writel(ISR_HUB_EP0_OUT_ACK_STALL, base + AST_VHUB_ISR); in aspeed_udc_isr()