Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c253 temp = XREAD4(sc, oper, XHCI_CRCR_LO); in xhci_reset_command_queue_locked()
275 temp = XREAD4(sc, oper, XHCI_CRCR_LO); in xhci_reset_command_queue_locked()
329 temp = (XREAD4(sc, oper, XHCI_USBCMD) & XHCI_CMD_HCRST) | in xhci_start_controller()
330 (XREAD4(sc, oper, XHCI_USBSTS) & XHCI_STS_CNR); in xhci_start_controller()
343 XREAD4(sc, oper, XHCI_CONFIG), sc->sc_noslot); in xhci_start_controller()
347 temp = XREAD4(sc, oper, XHCI_USBSTS); in xhci_start_controller()
384 XREAD4(sc, runt, XHCI_ERSTSZ(0)), sc->sc_erst_max); in xhci_start_controller()
420 temp = XREAD4(sc, runt, XHCI_IMAN(0)); in xhci_start_controller()
443 temp = XREAD4(sc, oper, XHCI_USBSTS) & XHCI_STS_HCH; in xhci_start_controller()
474 sc->sc_runt_off = XREAD4(sc, capa, XHCI_RTSOFF) & ~0xF; in xhci_halt_controller()
[all …]
Dxhci_pci.c203 cparams = XREAD4(sc, capa, XHCI_HCSPARAMS0); in xhci_pci_take_controller()
210 eec = XREAD4(sc, capa, eecp); in xhci_pci_take_controller()
Dxhcireg.h213 #define XREAD4(sc, what, a) \ macro