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/
Dxhcireg.h77 #define XHCI_USBCMD 0x00 /* XHCI command */ macro
Dxhci.c325 XWRITE4(sc, oper, XHCI_USBCMD, XHCI_CMD_HCRST); in xhci_start_controller()
329 temp = (XREAD4(sc, oper, XHCI_USBCMD) & XHCI_CMD_HCRST) | in xhci_start_controller()
438 XWRITE4(sc, oper, XHCI_USBCMD, XHCI_CMD_RS | in xhci_start_controller()
448 XWRITE4(sc, oper, XHCI_USBCMD, 0); in xhci_start_controller()
478 XWRITE4(sc, oper, XHCI_USBCMD, 0); in xhci_halt_controller()
503 XWRITE4(sc, oper, XHCI_USBCMD, XHCI_CMD_HCRST); in xhci_reset_controller()
507 temp = (XREAD4(sc, oper, XHCI_USBCMD) & XHCI_CMD_HCRST) | in xhci_reset_controller()