Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dehci-faraday.c107 setbits_le32(&regs->otg.otgcsr, OTGCSR_A_BUSDROP); in ehci_hcd_init()
112 clrbits_le32(&regs->otg.otgcsr, OTGCSR_A_BUSDROP); in ehci_hcd_init()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dfotg210.h100 #define OTGCSR_A_BUSDROP (1 << 5) /* A-device drop bus (power-down) */ macro