Home
last modified time | relevance | path

Searched refs:intrenable (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/usb/host/
H A Dohci-hub.c244 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 Dohci-hcd.c485 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, &regs->intrenable); in ohci_irq()
980 ohci_writel (ohci, OHCI_INTR_MIE, &regs->intrenable); in ohci_irq()
989 if (ints && (ints & ohci_readl(ohci, &regs->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 Dohci.h216 __hc32 intrenable; member
H A Dohci-dbg.c142 ohci_readl (controller, &regs->intrenable), in ohci_dump_status()
H A Dohci-q.c496 ohci_writel (ohci, OHCI_INTR_SF, &ohci->regs->intrenable); in start_ed_unlink()
/linux/drivers/usb/gadget/udc/
H A Dmv_u3d.h163 u32 intrenable; /* interrupt enable register */ member