Searched refs:intrdisable (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/usb/host/ |
| H A D | ohci-hcd.c | 425 ohci_writel(ohci, (u32) ~0, &ohci->regs->intrdisable); in _ohci_shutdown() 500 ohci_writel (ohci, OHCI_INTR_MIE, &ohci->regs->intrdisable); in ohci_init() 915 ohci_writel (ohci, OHCI_INTR_UE, ®s->intrdisable); in ohci_irq() 942 ohci_writel(ohci, OHCI_INTR_RHSC, ®s->intrdisable); in ohci_irq() 974 ohci_writel (ohci, OHCI_INTR_SF, ®s->intrdisable); in ohci_irq() 1010 ohci_writel (ohci, OHCI_INTR_MIE, &ohci->regs->intrdisable); in ohci_stop() 1116 ohci_writel(ohci, OHCI_INTR_MIE, &ohci->regs->intrdisable); in ohci_suspend() 1117 (void)ohci_readl(ohci, &ohci->regs->intrdisable); in ohci_suspend()
|
| H A D | ohci-hub.c | 95 ohci_writel(ohci, OHCI_INTR_SF, &ohci->regs->intrdisable); in ohci_rh_suspend() 120 &ohci->regs->intrdisable); in ohci_rh_suspend()
|
| H A D | ohci.h | 217 __hc32 intrdisable; member
|