Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/
H A Daspeed_usbtty.c70 #define ISR_BUS_RESET BIT(6) macro
455 if (isr & ISR_BUS_RESET) { in udc_irq()
457 ast_udc_write(ISR_BUS_RESET, AST_VHUB_ISR); in udc_irq()
H A Daspeed_udc.c73 #define ISR_BUS_RESET BIT(6) macro
937 if (isr & ISR_BUS_RESET) { in aspeed_udc_isr()
939 writel(ISR_BUS_RESET, base + AST_VHUB_ISR); in aspeed_udc_isr()