Home
last modified time | relevance | path

Searched refs:EHCI_USBINTR (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/usb/controller/
H A Dehcireg.h121 #define EHCI_USBINTR 0x08 /* RW Interrupt register */ macro
H A Dehci_fsl.c390 bus_space_write_4(sc->sc_io_tag, sc->sc_io_hdl, EHCI_USBINTR, 0); in fsl_ehci_detach()
H A Dehci.c252 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/sys/dev/pci/
H A Dpci.c3634 bus_write_4(res, offs + EHCI_USBINTR, 0); in ehci_early_takeover()