Home
last modified time | relevance | path

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

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