Searched refs:XREAD4 (Results 1 – 3 of 3) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/controller/ |
D | xhci.c | 253 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 …]
|
D | xhci_pci.c | 203 cparams = XREAD4(sc, capa, XHCI_HCSPARAMS0); in xhci_pci_take_controller() 210 eec = XREAD4(sc, capa, eecp); in xhci_pci_take_controller()
|
D | xhcireg.h | 213 #define XREAD4(sc, what, a) \ macro
|