HomeSort by relevance Sort by last modified time
    Searched refs:cmdstatus (Results 1 - 4 of 4) sorted by null

  /external/u-boot/arch/mips/mach-au1x00/
au1x00_usb_ohci.c 272 temp = readl (&regs->cmdstatus);
273 dbg ("cmdstatus: 0x%08x SOC=%d%s%s%s%s", temp,
701 writel (OHCI_BLF, &ohci->regs->cmdstatus); /* start bulk list */
717 writel (OHCI_CLF, &ohci->regs->cmdstatus); /* start Control list */
    [all...]
au1x00_usb_ohci.h 152 __u32 cmdstatus; member in struct:ohci_regs
202 * HcCommandStatus (cmdstatus) register masks
  /external/u-boot/drivers/usb/host/
ohci.h 165 __u32 cmdstatus; member in struct:ohci_regs
218 * HcCommandStatus (cmdstatus) register masks
ohci-hcd.c 403 temp = ohci_readl(&regs->cmdstatus);
404 dbg("cmdstatus: 0x%08x SOC=%d%s%s%s%s", temp,
994 ohci_writel(OHCI_BLF, &ohci->regs->cmdstatus);
1021 ohci_writel(OHCI_CLF, &ohci->regs->cmdstatus);
    [all...]

Completed in 3604 milliseconds