Home
last modified time | relevance | path

Searched refs:XHCI_USBCMD (Results 1 - 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/controller/
H A Dxhcireg.h76 #define XHCI_USBCMD 0x00 /* XHCI command */ macro
H A Dxhci.c324 XWRITE4(sc, oper, XHCI_USBCMD, XHCI_CMD_HCRST); in xhci_start_controller()
328 temp = (XREAD4(sc, oper, XHCI_USBCMD) & XHCI_CMD_HCRST) | in xhci_start_controller()
437 XWRITE4(sc, oper, XHCI_USBCMD, XHCI_CMD_RS | in xhci_start_controller()
447 XWRITE4(sc, oper, XHCI_USBCMD, 0); in xhci_start_controller()
477 XWRITE4(sc, oper, XHCI_USBCMD, 0); in xhci_halt_controller()
502 XWRITE4(sc, oper, XHCI_USBCMD, XHCI_CMD_HCRST); in xhci_reset_controller()
506 temp = (XREAD4(sc, oper, XHCI_USBCMD) & XHCI_CMD_HCRST) | in xhci_reset_controller()

Completed in 6 milliseconds