Searched refs:OHCI_INTR_SF (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/usb/host/ |
D | ohci-hub.c | 80 ohci_writel (ohci, OHCI_INTR_SF, &ohci->regs->intrstatus); in ohci_rh_suspend() 243 ohci_writel (ohci, OHCI_INTR_SF, &ohci->regs->intrenable); in ohci_rh_resume()
|
D | ohci-hcd.c | 951 if ((ints & OHCI_INTR_SF) != 0 && !ohci->ed_rm_list in ohci_irq() 953 ohci_writel (ohci, OHCI_INTR_SF, ®s->intrdisable); in ohci_irq()
|
D | ohci.h | 287 #define OHCI_INTR_SF (1 << 2) /* start frame */ macro
|
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()
|
D | ohci-dbg.c | 58 (mask & OHCI_INTR_SF) ? " SF" : "", in ohci_dump_intr_mask()
|
D | isp1362.h | 298 #define OHCI_INTR_SF (1 << 2) /* start frame */ macro
|
D | isp1362-hcd.c | 1774 isp1362_write_reg32(isp1362_hcd, HCINTSTAT, OHCI_INTR_SF); in isp1362_bus_suspend() 1781 if (isp1362_read_reg32(isp1362_hcd, HCINTSTAT) & OHCI_INTR_SF) in isp1362_bus_suspend() 1936 mask & OHCI_INTR_SF ? " sof" : "", in dump_int()
|
D | u132-hcd.c | 1734 OHCI_INTR_UE | OHCI_INTR_RD | OHCI_INTR_SF | OHCI_INTR_WDH | in u132_run()
|
/Linux-v4.19/drivers/usb/misc/ |
D | ftdi-elan.c | 2383 OHCI_INTR_UE | OHCI_INTR_RD | OHCI_INTR_SF | OHCI_INTR_WDH | in ftdi_elan_check_controller()
|