Searched refs:XREAD4 (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/dev/usb/controller/ |
| H A D | xhci.c | 250 temp = XREAD4(sc, oper, XHCI_CRCR_LO); in xhci_reset_command_queue_locked() 272 temp = XREAD4(sc, oper, XHCI_CRCR_LO); in xhci_reset_command_queue_locked() 327 XREAD4(sc, oper, XHCI_CONFIG), sc->sc_noslot); in xhci_start_controller() 331 temp = XREAD4(sc, oper, XHCI_USBSTS); in xhci_start_controller() 364 XREAD4(sc, runt, XHCI_ERSTSZ(0)), sc->sc_erst_max); in xhci_start_controller() 409 temp = XREAD4(sc, runt, XHCI_IMAN(0)); in xhci_start_controller() 432 temp = XREAD4(sc, oper, XHCI_USBSTS) & XHCI_STS_HCH; in xhci_start_controller() 463 sc->sc_runt_off = XREAD4(sc, capa, XHCI_RTSOFF) & ~0xF; in xhci_halt_controller() 464 sc->sc_door_off = XREAD4(sc, capa, XHCI_DBOFF) & ~0x3; in xhci_halt_controller() 471 temp = XREAD4(sc, oper, XHCI_USBSTS) & XHCI_STS_HCH; in xhci_halt_controller() [all …]
|
| H A D | xhci_pci.c | 527 cparams = XREAD4(sc, capa, XHCI_HCCPARAMS1); in xhci_pci_take_controller() 534 eec = XREAD4(sc, capa, eecp); in xhci_pci_take_controller()
|
| H A D | xhcireg.h | 342 #define XREAD4(sc, what, a) \ macro
|