Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/
H A Daspeed_usbtty.c71 #define ISR_HUB_EP1_IN_DATA_ACK BIT(5) macro
501 if (isr & ISR_HUB_EP1_IN_DATA_ACK) { in udc_irq()
504 ast_udc_write(ISR_HUB_EP1_IN_DATA_ACK, AST_VHUB_ISR); in udc_irq()
H A Daspeed_udc.c74 #define ISR_HUB_EP1_IN_DATA_ACK BIT(5) macro
980 if (isr & ISR_HUB_EP1_IN_DATA_ACK) { in aspeed_udc_isr()
983 writel(ISR_HUB_EP1_IN_DATA_ACK, base + AST_VHUB_ISR); in aspeed_udc_isr()