Searched refs:OHCI_INTR_SF (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/usb/host/ |
| H A D | ohci-hub.c | 80 ohci_writel (ohci, OHCI_INTR_SF, &ohci->regs->intrstatus); in ohci_rh_suspend() 95 ohci_writel(ohci, OHCI_INTR_SF, &ohci->regs->intrdisable); in ohci_rh_suspend() 246 ohci_writel (ohci, OHCI_INTR_SF, &ohci->regs->intrenable); in ohci_rh_resume()
|
| H A D | ohci-hcd.c | 972 if ((ints & OHCI_INTR_SF) != 0 && !ohci->ed_rm_list in ohci_irq() 974 ohci_writel (ohci, OHCI_INTR_SF, ®s->intrdisable); in ohci_irq()
|
| H A D | ohci.h | 287 #define OHCI_INTR_SF (1 << 2) /* start frame */ macro
|
| H A D | ohci-q.c | 495 ohci_writel (ohci, OHCI_INTR_SF, &ohci->regs->intrstatus); in start_ed_unlink() 496 ohci_writel (ohci, OHCI_INTR_SF, &ohci->regs->intrenable); in start_ed_unlink()
|