Home
last modified time | relevance | path

Searched refs:FLAG_CF (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dehci_def.h127 #define FLAG_CF (1<<0) /* true: we'll support "high speed" */ macro
/OK3568_Linux_fs/kernel/drivers/usb/isp1760/
H A Disp1760-regs.h46 #define FLAG_CF (1 << 0) /* true: we'll support "high speed" */ macro
H A Disp1760-hcd.c1327 reg_write32(hcd->regs, HC_CONFIGFLAG, FLAG_CF); in isp1760_run()
1329 retval = handshake(hcd, HC_CONFIGFLAG, FLAG_CF, FLAG_CF, 250 * 1000); in isp1760_run()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dehci-hcd.c632 ehci_writel(ehci, FLAG_CF, &ehci->regs->configured_flag); in ehci_run()
1170 if (ehci_readl(ehci, &ehci->regs->configured_flag) == FLAG_CF && in ehci_resume()
1202 ehci_writel(ehci, FLAG_CF, &ehci->regs->configured_flag); in ehci_resume()
H A Doxu210hp-hcd.c169 #define FLAG_CF (1<<0) /* true: we'll support "high speed" */ macro
3158 writel(FLAG_CF, &oxu->regs->configured_flag); in oxu_run()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dehci.h64 #define FLAG_CF (1 << 0) /* true: we'll support "high speed" */ macro
H A Dehci-hcd.c1071 cmd |= FLAG_CF; in ehci_common_init()
/OK3568_Linux_fs/kernel/drivers/usb/early/
H A Dehci-dbgp.c446 writel(FLAG_CF, &ehci_regs->configured_flag); in dbgp_ehci_startup()
790 if (!(readl(&ehci_regs->configured_flag) & FLAG_CF)) { in ehci_setup()