Home
last modified time | relevance | path

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

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