Searched refs:intrenable (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/arch/mips/mach-au1x00/ |
D | au1x00_usb_ohci.c | 282 ohci_dump_intr_mask ("intrenable", readl (®s->intrenable)); in ohci_dump_status() 1326 writel (mask, &ohci->regs->intrenable); in hc_start() 1391 writel (OHCI_INTR_WDH, ®s->intrenable); in hc_interrupt() 1396 writel (OHCI_INTR_SO, ®s->intrenable); in hc_interrupt() 1406 writel (OHCI_INTR_SF, ®s->intrenable); in hc_interrupt()
|
D | au1x00_usb_ohci.h | 154 __u32 intrenable; member
|
/external/u-boot/drivers/usb/host/ |
D | ohci-hcd.c | 413 ohci_dump_intr_mask("intrenable", ohci_readl(®s->intrenable)); in ohci_dump_status() 1882 ohci_writel(mask, &ohci->regs->intrenable); in hc_start() 1919 ints &= ohci_readl(®s->intrenable); in hc_interrupt() 1957 ohci_writel(OHCI_INTR_WDH, ®s->intrenable); in hc_interrupt() 1963 ohci_writel(OHCI_INTR_SO, ®s->intrenable); in hc_interrupt() 1973 ohci_writel(OHCI_INTR_SF, ®s->intrenable); in hc_interrupt()
|
D | ohci.h | 167 __u32 intrenable; member
|