Searched refs:XREAD4 (Results 1 - 3 of 3) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/controller/ |
H A D | xhci.c | 252 temp = XREAD4(sc, oper, XHCI_CRCR_LO); in xhci_reset_command_queue_locked() 274 temp = XREAD4(sc, oper, XHCI_CRCR_LO); in xhci_reset_command_queue_locked() 328 temp = (XREAD4(sc, oper, XHCI_USBCMD) & XHCI_CMD_HCRST) | in xhci_start_controller() 329 (XREAD4(sc, oper, XHCI_USBSTS) & XHCI_STS_CNR); in xhci_start_controller() 342 XREAD4(sc, oper, XHCI_CONFIG), sc->sc_noslot); in xhci_start_controller() 346 temp = XREAD4(sc, oper, XHCI_USBSTS); in xhci_start_controller() 383 XREAD4(sc, runt, XHCI_ERSTSZ(0)), sc->sc_erst_max); in xhci_start_controller() 419 temp = XREAD4(sc, runt, XHCI_IMAN(0)); in xhci_start_controller() 442 temp = XREAD4(sc, oper, XHCI_USBSTS) & XHCI_STS_HCH; in xhci_start_controller() 473 sc->sc_runt_off = XREAD4(s in xhci_halt_controller() [all...] |
H A D | xhci_pci.c | 205 cparams = XREAD4(sc, capa, XHCI_HCSPARAMS0); in xhci_pci_take_controller() 212 eec = XREAD4(sc, capa, eecp); in xhci_pci_take_controller()
|
H A D | xhcireg.h | 216 #define XREAD4(sc, what, a) \ macro
|
Completed in 4 milliseconds