Home
last modified time | relevance | path

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

/openbmc/u-boot/include/usb/
H A Dfotg210.h82 #define OTGCSR_DEV_B (1 << 21) /* Acts as B-device */ macro
/openbmc/u-boot/drivers/usb/gadget/
H A Dfotg210.c331 if (readl(&regs->otgcsr) & OTGCSR_DEV_B) { in fotg210_setup()