Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dohci-hub.c241 ohci_writel (ohci, OHCI_INTR_INIT, &ohci->regs->intrenable); in ohci_rh_resume()
243 ohci_writel (ohci, OHCI_INTR_SF, &ohci->regs->intrenable); in ohci_rh_resume()
354 rhsc_enable = ohci_readl(ohci, &ohci->regs->intrenable) & in ohci_root_hub_state_changes()
362 ohci_writel(ohci, rhsc_enable, &ohci->regs->intrenable); in ohci_root_hub_state_changes()
419 &ohci->regs->intrenable); in ohci_root_hub_state_changes()
444 if (ohci_readl(ohci, &ohci->regs->intrenable) & OHCI_INTR_RHSC) in ohci_root_hub_state_changes()
455 ohci_writel(ohci, OHCI_INTR_RHSC, &ohci->regs->intrenable); in ohci_root_hub_state_changes()
H A Dohci-hcd.c487 ohci_writel (ohci, OHCI_INTR_OC, &ohci->regs->intrenable); in ohci_init()
672 ohci_writel (ohci, mask, &ohci->regs->intrenable); in ohci_run()
901 ints &= ohci_readl(ohci, &regs->intrenable); in ohci_irq()
981 ohci_writel (ohci, OHCI_INTR_MIE, &regs->intrenable); in ohci_irq()
1165 ohci_writel(ohci, OHCI_INTR_MIE, &ohci->regs->intrenable); in ohci_resume()
1166 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()
/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.c283 ohci_dump_intr_mask ("intrenable", readl (&regs->intrenable)); in ohci_dump_status()
1327 writel (mask, &ohci->regs->intrenable); in hc_start()
1392 writel (OHCI_INTR_WDH, &regs->intrenable); in hc_interrupt()
1397 writel (OHCI_INTR_SO, &regs->intrenable); in hc_interrupt()
1407 writel (OHCI_INTR_SF, &regs->intrenable); in hc_interrupt()
H A Dau1x00_usb_ohci.h154 __u32 intrenable; member
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci-hcd.c417 ohci_dump_intr_mask("intrenable", ohci_readl(&regs->intrenable)); in ohci_dump_status()
1884 ohci_writel(mask, &ohci->regs->intrenable); in hc_start()
1921 ints &= ohci_readl(&regs->intrenable); in hc_interrupt()
1959 ohci_writel(OHCI_INTR_WDH, &regs->intrenable); in hc_interrupt()
1965 ohci_writel(OHCI_INTR_SO, &regs->intrenable); in hc_interrupt()
1975 ohci_writel(OHCI_INTR_SF, &regs->intrenable); in hc_interrupt()
H A Dohci.h167 __u32 intrenable; member
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dmv_u3d.h163 u32 intrenable; /* interrupt enable register */ member
H A Dmv_u3d_core.c1015 &u3d->vuc_regs->intrenable); in mv_u3d_controller_stop()
1017 iowrite32(0, &u3d->vuc_regs->intrenable); in mv_u3d_controller_stop()
1047 iowrite32(usbintr, &u3d->vuc_regs->intrenable); in mv_u3d_controller_start()
1684 intr = ioread32(&u3d->vuc_regs->intrenable); in mv_u3d_irq()