sys/dev/usb/xhci.c
1389
xhci_rt_write_4(sc, XHCI_IMAN(0), XHCI_IMAN_INTR_ENA);
sys/dev/usb/xhci.c
1392
xhci_rt_write_4(sc, XHCI_IMOD(0), XHCI_IMOD_DEFAULT_LP);
sys/dev/usb/xhci.c
1394
xhci_rt_write_4(sc, XHCI_IMOD(0), 0);
sys/dev/usb/xhci.c
1685
xhci_rt_write_4(sc, XHCI_ERSTSZ(0), XHCI_EVENT_RING_SEGMENTS);
sys/dev/usb/xhci.c
1810
xhci_rt_write_4(sc, XHCI_IMAN(0), iman);
sys/dev/usb/xhci.c
655
xhci_rt_write_4(sc, XHCI_IMAN(0), 0);
sys/dev/usb/xhci.c
664
xhci_rt_write_4(sc, XHCI_ERSTSZ(0), 0);
sys/dev/usb/xhci.c
981
xhci_rt_write_4(sc, XHCI_ERSTSZ(0), sc->sc_regs.erstsz0);
sys/dev/usb/xhci.c
984
xhci_rt_write_4(sc, XHCI_IMAN(0), sc->sc_regs.iman0);
sys/dev/usb/xhci.c
985
xhci_rt_write_4(sc, XHCI_IMOD(0), sc->sc_regs.imod0);