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

/freebsd-10.3-release/sys/dev/usb/controller/
H A Dxhci.c296 temp = XREAD4(sc, oper, XHCI_CRCR_LO);
318 temp = XREAD4(sc, oper, XHCI_CRCR_LO);
371 temp = (XREAD4(sc, oper, XHCI_USBCMD) & XHCI_CMD_HCRST) |
372 (XREAD4(sc, oper, XHCI_USBSTS) & XHCI_STS_CNR);
385 XREAD4(sc, oper, XHCI_CONFIG), sc->sc_noslot);
389 temp = XREAD4(sc, oper, XHCI_USBSTS);
422 XREAD4(sc, runt, XHCI_ERSTSZ(0)), sc->sc_erst_max);
454 temp = XREAD4(sc, runt, XHCI_IMAN(0));
477 temp = XREAD4(sc, oper, XHCI_USBSTS) & XHCI_STS_HCH;
508 sc->sc_runt_off = XREAD4(s
[all...]
H A Dxhci_pci.c360 cparams = XREAD4(sc, capa, XHCI_HCSPARAMS0);
367 eec = XREAD4(sc, capa, eecp);
H A Dxhcireg.h211 #define XREAD4(sc, what, a) \ macro

Completed in 197 milliseconds