Searched refs:intrenable (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/usb/host/ |
H A D | ohci-hub.c | 244 ohci_writel (ohci, OHCI_INTR_INIT, &ohci->regs->intrenable); in ohci_rh_resume() 246 ohci_writel (ohci, OHCI_INTR_SF, &ohci->regs->intrenable); in ohci_rh_resume() 357 rhsc_enable = ohci_readl(ohci, &ohci->regs->intrenable) & in ohci_root_hub_state_changes() 365 ohci_writel(ohci, rhsc_enable, &ohci->regs->intrenable); in ohci_root_hub_state_changes() 422 &ohci->regs->intrenable); in ohci_root_hub_state_changes() 447 if (ohci_readl(ohci, &ohci->regs->intrenable) & OHCI_INTR_RHSC) in ohci_root_hub_state_changes() 458 ohci_writel(ohci, OHCI_INTR_RHSC, &ohci->regs->intrenable); in ohci_root_hub_state_changes()
|
H A D | ohci-hcd.c | 485 ohci_writel (ohci, OHCI_INTR_OC, &ohci->regs->intrenable); in ohci_init() 670 ohci_writel (ohci, mask, &ohci->regs->intrenable); in ohci_run() 900 ints &= ohci_readl(ohci, ®s->intrenable); in ohci_irq() 980 ohci_writel (ohci, OHCI_INTR_MIE, ®s->intrenable); in ohci_irq() 989 if (ints && (ints & ohci_readl(ohci, ®s->intrenable))) in ohci_irq() 1171 ohci_writel(ohci, OHCI_INTR_MIE, &ohci->regs->intrenable); in ohci_resume() 1172 ohci_readl(ohci, &ohci->regs->intrenable); in ohci_resume()
|
H A D | ohci.h | 216 __hc32 intrenable; member
|
H A D | ohci-dbg.c | 142 ohci_readl (controller, ®s->intrenable), in ohci_dump_status()
|
H A D | ohci-q.c | 496 ohci_writel (ohci, OHCI_INTR_SF, &ohci->regs->intrenable); in start_ed_unlink()
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | ohci-hcd.c | 413 ohci_dump_intr_mask("intrenable", ohci_readl(®s->intrenable)); in ohci_dump_status() 1882 ohci_writel(mask, &ohci->regs->intrenable); in hc_start() 1919 ints &= ohci_readl(®s->intrenable); in hc_interrupt() 1957 ohci_writel(OHCI_INTR_WDH, ®s->intrenable); in hc_interrupt() 1963 ohci_writel(OHCI_INTR_SO, ®s->intrenable); in hc_interrupt() 1973 ohci_writel(OHCI_INTR_SF, ®s->intrenable); in hc_interrupt()
|
H A D | ohci.h | 167 __u32 intrenable; member
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | mv_u3d.h | 163 u32 intrenable; /* interrupt enable register */ member
|
H A D | mv_u3d_core.c | 1017 &u3d->vuc_regs->intrenable); in mv_u3d_controller_stop() 1019 iowrite32(0, &u3d->vuc_regs->intrenable); in mv_u3d_controller_stop() 1049 iowrite32(usbintr, &u3d->vuc_regs->intrenable); in mv_u3d_controller_start() 1685 intr = ioread32(&u3d->vuc_regs->intrenable); in mv_u3d_irq()
|