Searched refs:ohci_readl (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/usb/host/
H A Dohci-hub.c53 ohci->hc_control = ohci_readl (ohci, &ohci->regs->control);
60 (void) ohci_readl (ohci, &ohci->regs->control); variable
79 ohci->hc_control = ohci_readl (ohci, &ohci->regs->control);
108 temp = ohci_readl(ohci, portstat);
130 (void) ohci_readl (ohci, &ohci->regs->control); variable
162 ohci->hc_control = ohci_readl (ohci, &ohci->regs->control);
180 (void) ohci_readl (ohci, &ohci->regs->control); variable
218 temp = ohci_readl (ohci, &ohci->regs->control);
250 (void) ohci_readl (ohci, &ohci->regs->control); variable
259 (void) ohci_readl (ohc variable
297 (void) ohci_readl (ohci, &ohci->regs->control); variable
[all...]
H A Dohci-hcd.c410 ohci->hc_control = ohci_readl (ohci, &ohci->regs->control);
429 ohci_readl(ohci, &ohci->regs->cmdstatus); /* flush the writes */
473 if (!no_handshake && ohci_readl (ohci,
487 while (ohci_readl (ohci, &ohci->regs->control) & OHCI_CTRL_IR) {
503 if (ohci_readl (ohci, &ohci->regs->control) & OHCI_CTRL_RWC)
554 val = ohci_readl (ohci, &ohci->regs->fminterval);
591 (void) ohci_readl (ohci, &ohci->regs->control);
603 while ((ohci_readl (ohci, &ohci->regs->cmdstatus) & OHCI_HCR) != 0) {
624 (void) ohci_readl (ohci, &ohci->regs->control);
640 if ((ohci_readl (ohc
[all...]
H A Dohci-dbg.c106 temp = ohci_readl (controller, &regs->revision) & 0xff;
113 temp = ohci_readl (controller, &regs->control);
128 temp = ohci_readl (controller, &regs->cmdstatus);
139 ohci_readl (controller, &regs->intrstatus),
142 ohci_readl (controller, &regs->intrenable),
147 ohci_readl (controller, &regs->ed_periodcurrent),
151 ohci_readl (controller, &regs->ed_controlhead),
154 ohci_readl (controller, &regs->ed_controlcurrent),
158 ohci_readl (controller, &regs->ed_bulkhead),
161 ohci_readl (controlle
[all...]
H A Dohci.h585 #define ohci_readl(o,r) _ohci_readl(o,r) macro
697 u32 fit = ohci_readl(ohci, &ohci->regs->fminterval) & FIT;
710 u32 temp = ohci_readl (hc, &hc->regs->roothub.register); \
715 temp = ohci_readl (hc, &hc->regs->roothub.register); \
721 { return ohci_readl (hc, &hc->regs->roothub.b); }
723 { return ohci_readl (hc, &hc->regs->roothub.status); }
H A Dohci-da8xx.c260 rh_a = ohci_readl(ohci, &ohci->regs->roothub.a);
H A Dohci-at91.c648 (void) ohci_readl (ohci, &ohci->regs->control);
H A Dohci-q.c341 // a ohci_readl() later syncs CLE with the HC
367 // a ohci_readl() later syncs BLE with the HC
498 (void) ohci_readl (ohci, &ohci->regs->control);

Completed in 138 milliseconds