Home
last modified time | relevance | path

Searched refs:XWRITE4 (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/sys/dev/usb/controller/
HDxhci.c261 XWRITE4(sc, oper, XHCI_CRCR_LO, temp | XHCI_CRCR_LO_CS); in xhci_reset_command_queue_locked()
262 XWRITE4(sc, oper, XHCI_CRCR_HI, 0); in xhci_reset_command_queue_locked()
264 XWRITE4(sc, oper, XHCI_CRCR_LO, temp | XHCI_CRCR_LO_CA); in xhci_reset_command_queue_locked()
265 XWRITE4(sc, oper, XHCI_CRCR_HI, 0); in xhci_reset_command_queue_locked()
296 XWRITE4(sc, oper, XHCI_CRCR_LO, ((uint32_t)addr) | XHCI_CRCR_LO_RCS); in xhci_reset_command_queue_locked()
297 XWRITE4(sc, oper, XHCI_CRCR_HI, (uint32_t)(addr >> 32)); in xhci_reset_command_queue_locked()
328 XWRITE4(sc, oper, XHCI_CONFIG, sc->sc_noslot); in xhci_start_controller()
333 XWRITE4(sc, oper, XHCI_USBSTS, temp); in xhci_start_controller()
335 XWRITE4(sc, oper, XHCI_DNCTRL, 0); in xhci_start_controller()
356 XWRITE4(sc, oper, XHCI_DCBAAP_LO, (uint32_t)addr); in xhci_start_controller()
[all …]
HDxhcireg.h225 #define XWRITE4(sc, what, a, x) \ macro