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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dohci-hub.c52 ohci->hc_control = ohci_readl (ohci, &ohci->regs->control);
59 (void) ohci_readl (ohci, &ohci->regs->control); variable
78 ohci->hc_control = ohci_readl (ohci, &ohci->regs->control);
108 (void) ohci_readl (ohci, &ohci->regs->control); variable
139 ohci->hc_control = ohci_readl (ohci, &ohci->regs->control);
157 (void) ohci_readl (ohci, &ohci->regs->control); variable
196 temp = ohci_readl (ohci, &ohci->regs->control);
227 (void) ohci_readl (ohci, &ohci->regs->control); variable
236 (void) ohci_readl (ohci, &ohci->regs->control); variable
274 (void) ohci_readl (ohc variable
[all...]
H A Dohci-hcd.c385 ohci->hc_control = ohci_readl (ohci, &ohci->regs->control);
403 (void) ohci_readl (ohci, &ohci->regs->control);
480 (void) ohci_readl(ohci, &ohci->regs->control);
516 if (!no_handshake && ohci_readl (ohci,
530 while (ohci_readl (ohci, &ohci->regs->control) & OHCI_CTRL_IR) {
546 if (ohci_readl (ohci, &ohci->regs->control) & OHCI_CTRL_RWC)
587 val = ohci_readl (ohci, &ohci->regs->fminterval);
624 (void) ohci_readl (ohci, &ohci->regs->control);
636 while ((ohci_readl (ohci, &ohci->regs->cmdstatus) & OHCI_HCR) != 0) {
657 (void) ohci_readl (ohc
[all...]
H A Dohci.h578 #define ohci_readl(o,r) (_ohci_readl(o,r),_ohci_readl(o,r)) macro
581 #define ohci_readl(o,r) _ohci_readl(o,r) macro
700 u32 fit = ohci_readl(ohci, &ohci->regs->fminterval) & FIT;
709 u32 temp = ohci_readl (hc, &hc->regs->roothub.register); \
714 temp = ohci_readl (hc, &hc->regs->roothub.register); \
720 { return ohci_readl (hc, &hc->regs->roothub.b); }
722 { return ohci_readl (hc, &hc->regs->roothub.status); }
H A Dohci-dbg.c137 temp = ohci_readl (controller, &regs->revision) & 0xff;
143 temp = ohci_readl (controller, &regs->control);
158 temp = ohci_readl (controller, &regs->cmdstatus);
169 ohci_readl (controller, &regs->intrstatus),
172 ohci_readl (controller, &regs->intrenable),
177 ohci_readl (controller, &regs->ed_periodcurrent),
181 ohci_readl (controller, &regs->ed_controlhead),
184 ohci_readl (controller, &regs->ed_controlcurrent),
188 ohci_readl (controller, &regs->ed_bulkhead),
191 ohci_readl (controlle
[all...]
H A Dohci-at91.c335 (void) ohci_readl (ohci, &ohci->regs->control);
H A Dohci-au1xxx.c274 (void)ohci_readl(ohci, &ohci->regs->intrdisable);
H A Dohci-da8xx.c113 rh_a = ohci_readl(ohci, &ohci->regs->roothub.a);
H A Dohci-pci.c406 (void)ohci_readl(ohci, &ohci->regs->intrdisable);
H A Dohci-q.c326 // a ohci_readl() later syncs CLE with the HC
352 // a ohci_readl() later syncs BLE with the HC
479 (void) ohci_readl (ohci, &ohci->regs->control);

Completed in 825 milliseconds