intrenable        163 drivers/usb/gadget/udc/mv_u3d.h 	u32	intrenable;	/* interrupt enable register */
intrenable       1016 drivers/usb/gadget/udc/mv_u3d_core.c 				&u3d->vuc_regs->intrenable);
intrenable       1018 drivers/usb/gadget/udc/mv_u3d_core.c 		iowrite32(0, &u3d->vuc_regs->intrenable);
intrenable       1048 drivers/usb/gadget/udc/mv_u3d_core.c 	iowrite32(usbintr, &u3d->vuc_regs->intrenable);
intrenable       1685 drivers/usb/gadget/udc/mv_u3d_core.c 	intr = ioread32(&u3d->vuc_regs->intrenable);
intrenable        142 drivers/usb/host/ohci-dbg.c 			ohci_readl (controller, &regs->intrenable),
intrenable        487 drivers/usb/host/ohci-hcd.c 		ohci_writel (ohci, OHCI_INTR_OC, &ohci->regs->intrenable);
intrenable        672 drivers/usb/host/ohci-hcd.c 	ohci_writel (ohci, mask, &ohci->regs->intrenable);
intrenable        897 drivers/usb/host/ohci-hcd.c 	ints &= ohci_readl(ohci, &regs->intrenable);
intrenable        977 drivers/usb/host/ohci-hcd.c 		ohci_writel (ohci, OHCI_INTR_MIE, &regs->intrenable);
intrenable       1161 drivers/usb/host/ohci-hcd.c 		ohci_writel(ohci, OHCI_INTR_MIE, &ohci->regs->intrenable);
intrenable       1162 drivers/usb/host/ohci-hcd.c 		ohci_readl(ohci, &ohci->regs->intrenable);
intrenable        241 drivers/usb/host/ohci-hub.c 	ohci_writel (ohci, OHCI_INTR_INIT, &ohci->regs->intrenable);
intrenable        243 drivers/usb/host/ohci-hub.c 		ohci_writel (ohci, OHCI_INTR_SF, &ohci->regs->intrenable);
intrenable        354 drivers/usb/host/ohci-hub.c 	rhsc_enable = ohci_readl(ohci, &ohci->regs->intrenable) &
intrenable        362 drivers/usb/host/ohci-hub.c 			ohci_writel(ohci, rhsc_enable, &ohci->regs->intrenable);
intrenable        419 drivers/usb/host/ohci-hub.c 						&ohci->regs->intrenable);
intrenable        444 drivers/usb/host/ohci-hub.c 	if (ohci_readl(ohci, &ohci->regs->intrenable) & OHCI_INTR_RHSC)
intrenable        455 drivers/usb/host/ohci-hub.c 	ohci_writel(ohci, OHCI_INTR_RHSC, &ohci->regs->intrenable);
intrenable        496 drivers/usb/host/ohci-q.c 	ohci_writel (ohci, OHCI_INTR_SF, &ohci->regs->intrenable);
intrenable        216 drivers/usb/host/ohci.h 	__hc32	intrenable;