Home
last modified time | relevance | path

Searched refs:OHCI_INTR_SF (Results 1 – 7 of 7) sorted by relevance

/drivers/usb/host/
Dohci-hcd.c470 ohci_writel(ohci, OHCI_INTR_SF, in unlink_watchdog_func()
472 ohci_writel(ohci, OHCI_INTR_SF, in unlink_watchdog_func()
836 if (quirk_zfmicro(ohci) && (ints & OHCI_INTR_SF)) { in ohci_irq()
869 if ((ints & OHCI_INTR_SF) != 0 in ohci_irq()
873 ohci_writel (ohci, OHCI_INTR_SF, &regs->intrdisable); in ohci_irq()
Dohci-hub.c79 ohci_writel (ohci, OHCI_INTR_SF, &ohci->regs->intrstatus); in ohci_rh_suspend()
223 ohci_writel (ohci, OHCI_INTR_SF, &ohci->regs->intrenable); in ohci_rh_resume()
Dohci-q.c476 ohci_writel (ohci, OHCI_INTR_SF, &ohci->regs->intrstatus); in start_ed_unlink()
477 ohci_writel (ohci, OHCI_INTR_SF, &ohci->regs->intrenable); in start_ed_unlink()
Dohci.h278 #define OHCI_INTR_SF (1 << 2) /* start frame */ macro
Dohci-dbg.c102 (mask & OHCI_INTR_SF) ? " SF" : "", in ohci_dump_intr_mask()
Du132-hcd.c1749 OHCI_INTR_UE | OHCI_INTR_RD | OHCI_INTR_SF | OHCI_INTR_WDH | in u132_run()
/drivers/usb/misc/
Dftdi-elan.c2453 OHCI_INTR_UE | OHCI_INTR_RD | OHCI_INTR_SF | OHCI_INTR_WDH | in ftdi_elan_check_controller()