Home
last modified time | relevance | path

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

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