Lines Matching defs:control
82 ohci_writel (ohci, ohci->hc_control, &ohci->regs->control);
196 * control and bulk EDs are doubly linked (ed_next, ed_prev), but
219 &ohci->regs->control);
239 &ohci->regs->control);
323 /* To deschedule something from the control or bulk list, just
340 &ohci->regs->control);
366 &ohci->regs->control);
449 /* only control transfers store pids in tds */
498 (void) ohci_readl (ohci, &ohci->regs->control);
527 /* aim for only one interrupt per urb. mostly applies to control
530 * at least immediately; use DI=6 in case any control request is
691 /* control manages DATA0/DATA1 toggle per-request; SETUP resets it,
707 /* maybe kickstart control list */
745 ohci_writel (ohci, ohci->hc_control, &ohci->regs->control);
811 /* count all non-empty packets except control SETUP packet */
861 /* NOTE: if multi-td control DATA segments get supported,
865 * then we need to leave the control STATUS packet queued
1060 * control and ISO endpoints.
1104 /* maybe reenable control and bulk lists */
1106 u32 command = 0, control = 0;
1113 control |= OHCI_CTRL_CLE;
1123 control |= OHCI_CTRL_BLE;
1130 if (control) {
1131 ohci->hc_control |= control;
1135 &ohci->regs->control);