Searched refs:XWRITE4 (Results 1 - 2 of 2) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/controller/ |
H A D | xhci.c | 264 XWRITE4(sc, oper, XHCI_CRCR_LO, temp | XHCI_CRCR_LO_CS); in xhci_reset_command_queue_locked() 265 XWRITE4(sc, oper, XHCI_CRCR_HI, 0); in xhci_reset_command_queue_locked() 267 XWRITE4(sc, oper, XHCI_CRCR_LO, temp | XHCI_CRCR_LO_CA); in xhci_reset_command_queue_locked() 268 XWRITE4(sc, oper, XHCI_CRCR_HI, 0); in xhci_reset_command_queue_locked() 299 XWRITE4(sc, oper, XHCI_CRCR_LO, ((uint32_t)addr) | XHCI_CRCR_LO_RCS); in xhci_reset_command_queue_locked() 300 XWRITE4(sc, oper, XHCI_CRCR_HI, (uint32_t)(addr >> 32)); in xhci_reset_command_queue_locked() 324 XWRITE4(sc, oper, XHCI_USBCMD, XHCI_CMD_HCRST); in xhci_start_controller() 344 XWRITE4(sc, oper, XHCI_CONFIG, sc->sc_noslot); in xhci_start_controller() 349 XWRITE4(sc, oper, XHCI_USBSTS, temp); in xhci_start_controller() 351 XWRITE4(s in xhci_start_controller() [all...] |
H A D | xhcireg.h | 225 #define XWRITE4(sc, what, a, x) \ macro
|
Completed in 4 milliseconds