Searched refs:EHCI_USBINTR (Results 1 – 5 of 5) sorted by relevance
| /freebsd-head/sys/dev/usb/controller/ |
| HD | ehcireg.h | 121 #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 | 252 EOWRITE4(sc, EHCI_USBINTR, sc->sc_eintrs); in ehci_init_sub() 559 EOWRITE4(sc, EHCI_USBINTR, 0); in ehci_detach() 663 EOREAD4(sc, EHCI_USBINTR)); in ehci_dump_regs() 1395 EOWRITE4(sc, EHCI_USBINTR, sc->sc_eintrs); in ehci_pcd_enable() 1490 EOWRITE4(sc, EHCI_USBINTR, sc->sc_eintrs); in ehci_interrupt() 1503 EOWRITE4(sc, EHCI_USBINTR, sc->sc_eintrs); in ehci_interrupt()
|
| /freebsd-head/sys/arm/freescale/vybrid/ |
| HD | vf_ehci.c | 406 EHCI_USBINTR, 0); in vybrid_ehci_detach()
|
| /freebsd-head/sys/dev/pci/ |
| HD | pci.c | 3731 bus_write_4(res, offs + EHCI_USBINTR, 0); in ehci_early_takeover()
|