Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dohci-hub.c80 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 Dohci-hcd.c971 if ((ints & OHCI_INTR_SF) != 0 && !ohci->ed_rm_list in ohci_irq()
973 ohci_writel (ohci, OHCI_INTR_SF, &regs->intrdisable); in ohci_irq()
H A Dohci.h287 #define OHCI_INTR_SF (1 << 2) /* start frame */ macro
H A Dohci-q.c495 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()
H A Dohci-dbg.c58 (mask & OHCI_INTR_SF) ? " SF" : "", in ohci_dump_intr_mask()
H A Disp1362.h298 #define OHCI_INTR_SF (1 << 2) /* start frame */ macro
H A Disp1362-hcd.c1774 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()
/openbmc/u-boot/drivers/usb/host/
H A Dohci.h234 #define OHCI_INTR_SF (1 << 2) /* start frame */ macro
H A Dohci-hcd.c349 (mask & OHCI_INTR_SF) ? " SF" : "", in ohci_dump_intr_mask()
1873 mask = (OHCI_INTR_SO | OHCI_INTR_WDH | OHCI_INTR_SF | OHCI_INTR_RD | in hc_start()
1968 if (ints & OHCI_INTR_SF) { in hc_interrupt()
1971 ohci_writel(OHCI_INTR_SF, &regs->intrdisable); in hc_interrupt()
1973 ohci_writel(OHCI_INTR_SF, &regs->intrenable); in hc_interrupt()
/openbmc/qemu/hw/usb/
H A Dhcd-ohci.c167 #define OHCI_INTR_SF (1U << 2) /* Start of frame */ macro
1185 ohci_set_interrupt(ohci, OHCI_INTR_SF); in ohci_sof()
1343 ohci->intr_status &= ~OHCI_INTR_SF; in ohci_set_ctl()