Searched refs:EHCI_USBINTR (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/sys/dev/usb/controller/ |
| HD | ehcireg.h | 120 #define EHCI_USBINTR 0x08 /* RW Interrupt register */ macro
|
| HD | ehci_fsl.c | 393 bus_space_write_4(sc->sc_io_tag, sc->sc_io_hdl, EHCI_USBINTR, 0); in fsl_ehci_detach()
|
| HD | ehci.c | 267 EOWRITE4(sc, EHCI_USBINTR, sc->sc_eintrs); in ehci_init_sub() 576 EOWRITE4(sc, EHCI_USBINTR, 0); in ehci_detach() 680 EOREAD4(sc, EHCI_USBINTR)); in ehci_dump_regs() 1422 EOWRITE4(sc, EHCI_USBINTR, sc->sc_eintrs); in ehci_pcd_enable() 1517 EOWRITE4(sc, EHCI_USBINTR, sc->sc_eintrs); in ehci_interrupt() 1530 EOWRITE4(sc, EHCI_USBINTR, sc->sc_eintrs); in ehci_interrupt()
|
| /NextBSD/sys/arm/ti/usb/ |
| HD | omap_ehci.c | 411 EWRITE4(sc, EHCI_USBINTR, 0); in omap_ehci_detach()
|
| /NextBSD/sys/arm/samsung/exynos/ |
| HD | exynos5_ehci.c | 374 EHCI_USBINTR, 0); in exynos_ehci_detach()
|
| /NextBSD/sys/arm/freescale/vybrid/ |
| HD | vf_ehci.c | 396 EHCI_USBINTR, 0); in vybrid_ehci_detach()
|
| /NextBSD/sys/dev/pci/ |
| HD | pci.c | 3282 bus_write_4(res, offs + EHCI_USBINTR, 0); in ehci_early_takeover()
|