Searched refs:intrenable (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/arch/mips/mach-au1x00/ |
| H A D | au1x00_usb_ohci.c | 283 ohci_dump_intr_mask ("intrenable", readl (®s->intrenable)); in ohci_dump_status() 1327 writel (mask, &ohci->regs->intrenable); in hc_start() 1392 writel (OHCI_INTR_WDH, ®s->intrenable); in hc_interrupt() 1397 writel (OHCI_INTR_SO, ®s->intrenable); in hc_interrupt() 1407 writel (OHCI_INTR_SF, ®s->intrenable); in hc_interrupt()
|
| H A D | au1x00_usb_ohci.h | 154 __u32 intrenable; member
|
| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | ohci.h | 167 __u32 intrenable; member
|
| H A D | ohci-hcd.c | 417 ohci_dump_intr_mask("intrenable", ohci_readl(®s->intrenable)); in ohci_dump_status() 1885 ohci_writel(mask, &ohci->regs->intrenable); in hc_start() 1922 ints &= ohci_readl(®s->intrenable); in hc_interrupt() 1960 ohci_writel(OHCI_INTR_WDH, ®s->intrenable); in hc_interrupt() 1966 ohci_writel(OHCI_INTR_SO, ®s->intrenable); in hc_interrupt() 1976 ohci_writel(OHCI_INTR_SF, ®s->intrenable); in hc_interrupt()
|