Searched refs:EHCI_USBINTR (Results 1 – 3 of 3) sorted by relevance
| /dragonfly/sys/bus/u4b/controller/ |
| HD | ehcireg.h | 120 #define EHCI_USBINTR 0x08 /* RW Interrupt register */ macro
|
| HD | ehci.c | 264 EOWRITE4(sc, EHCI_USBINTR, sc->sc_eintrs); in ehci_init_sub() 589 EOWRITE4(sc, EHCI_USBINTR, 0); in ehci_detach() 693 EOREAD4(sc, EHCI_USBINTR)); in ehci_dump_regs() 1435 EOWRITE4(sc, EHCI_USBINTR, sc->sc_eintrs); in ehci_pcd_enable() 1531 EOWRITE4(sc, EHCI_USBINTR, sc->sc_eintrs); in ehci_interrupt() 1544 EOWRITE4(sc, EHCI_USBINTR, sc->sc_eintrs); in ehci_interrupt()
|
| /dragonfly/sys/bus/pci/ |
| HD | pci.c | 2934 bus_write_4(res, offs + EHCI_USBINTR, 0); in ehci_early_takeover()
|