Searched refs:FLAG_CF (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/include/linux/usb/ |
D | ehci_def.h | 127 #define FLAG_CF (1<<0) /* true: we'll support "high speed" */ macro
|
/Linux-v5.10/drivers/usb/isp1760/ |
D | isp1760-regs.h | 46 #define FLAG_CF (1 << 0) /* true: we'll support "high speed" */ macro
|
D | isp1760-hcd.c | 1327 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()
|
/Linux-v5.10/drivers/usb/host/ |
D | ehci-hcd.c | 631 ehci_writel(ehci, FLAG_CF, &ehci->regs->configured_flag); in ehci_run() 1137 if (ehci_readl(ehci, &ehci->regs->configured_flag) == FLAG_CF && in ehci_resume() 1169 ehci_writel(ehci, FLAG_CF, &ehci->regs->configured_flag); in ehci_resume()
|
D | oxu210hp-hcd.c | 169 #define FLAG_CF (1<<0) /* true: we'll support "high speed" */ macro 3158 writel(FLAG_CF, &oxu->regs->configured_flag); in oxu_run()
|
/Linux-v5.10/drivers/usb/early/ |
D | ehci-dbgp.c | 446 writel(FLAG_CF, &ehci_regs->configured_flag); in dbgp_ehci_startup() 790 if (!(readl(&ehci_regs->configured_flag) & FLAG_CF)) { in ehci_setup()
|