Searched refs:intrenable (Results 1 – 6 of 6) sorted by relevance
/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()
|
/linux/drivers/usb/gadget/udc/ |
H A D | mv_u3d.h | 163 u32 intrenable; /* interrupt enable register */ member
|