Searched refs:XREAD4 (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/usb/controller/
H A Dxhci.c301 temp = XREAD4(sc, oper, XHCI_CRCR_LO);
323 temp = XREAD4(sc, oper, XHCI_CRCR_LO);
378 XREAD4(sc, oper, XHCI_CONFIG), sc->sc_noslot);
382 temp = XREAD4(sc, oper, XHCI_USBSTS);
415 XREAD4(sc, runt, XHCI_ERSTSZ(0)), sc->sc_erst_max);
460 temp = XREAD4(sc, runt, XHCI_IMAN(0));
483 temp = XREAD4(sc, oper, XHCI_USBSTS) & XHCI_STS_HCH;
514 sc->sc_runt_off = XREAD4(sc, capa, XHCI_RTSOFF) & ~0xF;
515 sc->sc_door_off = XREAD4(sc, capa, XHCI_DBOFF) & ~0x3;
522 temp = XREAD4(s
[all...]
H A Dxhci_pci.c426 cparams = XREAD4(sc, capa, XHCI_HCSPARAMS0);
433 eec = XREAD4(sc, capa, eecp);
H A Dxhcireg.h213 #define XREAD4(sc, what, a) \ macro

Completed in 107 milliseconds