Home
last modified time | relevance | path

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

/trueos/sys/dev/usb/controller/
HDxhcireg.h77 #define XHCI_CMD_HCRST 0x00000002 /* RW Host Controller Reset */ macro
HDxhci.c367 XWRITE4(sc, oper, XHCI_USBCMD, XHCI_CMD_HCRST); in xhci_start_controller()
371 temp = (XREAD4(sc, oper, XHCI_USBCMD) & XHCI_CMD_HCRST) | in xhci_start_controller()