Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dehci-faraday.c109 clrbits_le32(&regs->otg.otgcsr, OTGCSR_A_BUSREQ); in ehci_hcd_init()
114 setbits_le32(&regs->otg.otgcsr, OTGCSR_A_BUSREQ); in ehci_hcd_init()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dfotg210.h101 #define OTGCSR_A_BUSREQ (1 << 4) /* A-device request bus */ macro