Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dehci-faraday.c118 writel(ISR_HOST | ISR_OTG | ISR_DEV, &regs->otg.isr); in ehci_hcd_init()
/openbmc/u-boot/include/usb/
H A Dfotg210.h129 #define ISR_OTG (1 << 1) /* USB OTG interrupt */ macro