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

/drivers/usb/host/
H A Dohci-hcd.c395 ohci_writel(ohci, OHCI_HCR, &ohci->regs->cmdstatus);
396 ohci_readl(ohci, &ohci->regs->cmdstatus); /* flush the writes */
525 ohci_writel (ohci, OHCI_OCR, &ohci->regs->cmdstatus);
630 ohci_writel (ohci, OHCI_HCR, &ohci->regs->cmdstatus);
632 while ((ohci_readl (ohci, &ohci->regs->cmdstatus) & OHCI_HCR) != 0) {
H A Dohci-q.c645 ohci_writel (ohci, OHCI_BLF, &ohci->regs->cmdstatus);
667 ohci_writel (ohci, OHCI_CLF, &ohci->regs->cmdstatus);
1059 ohci_writel (ohci, command, &ohci->regs->cmdstatus);
1104 &ohci->regs->cmdstatus);
1108 &ohci->regs->cmdstatus);
H A Dohci.h205 __hc32 cmdstatus; member in struct:ohci_regs
262 * HcCommandStatus (cmdstatus) register masks
H A Du132-hcd.c1607 u32 cmdstatus; local
1667 retval = u132_read_pcimem(u132, cmdstatus, &status);
1670 retval = u132_write_pcimem(u132, cmdstatus, OHCI_HCR);
1674 retval = u132_read_pcimem(u132, cmdstatus, &status);
1727 retval = u132_write_pcimem(u132, cmdstatus, OHCI_BLF);
1730 retval = u132_read_pcimem(u132, cmdstatus, &cmdstatus);
H A Dohci-hub.c274 ohci_writel (ohci, temp, &ohci->regs->cmdstatus);
H A Dohci-dbg.c180 temp = ohci_readl (controller, &regs->cmdstatus);
182 "cmdstatus 0x%05x SOC=%d%s%s%s%s\n", temp,
/drivers/usb/misc/
H A Dftdi-elan.c2306 u32 cmdstatus; local
2369 retry:retval = ftdi_read_pcimem(ftdi, cmdstatus, &status);
2372 retval = ftdi_write_pcimem(ftdi, cmdstatus, OHCI_HCR);
2376 retval = ftdi_read_pcimem(ftdi, cmdstatus, &status);
2437 retval = ftdi_write_pcimem(ftdi, cmdstatus, OHCI_BLF);
2440 retval = ftdi_read_pcimem(ftdi, cmdstatus, &cmdstatus);

Completed in 178 milliseconds