Home
last modified time | relevance | path

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

/openbmc/u-boot/include/usb/
H A Dfotg210.h143 #define DEVCTRL_HS (1 << 6) /* High Speed Mode */ macro
/openbmc/u-boot/drivers/usb/gadget/
H A Dfotg210.c333 if (readl(&regs->dev_ctrl) & DEVCTRL_HS) { in fotg210_setup()