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

/freebsd-10.3-release/sys/dev/usb/controller/
H A Dxhcireg.h77 #define XHCI_CMD_HCRST 0x00000002 /* RW Host Controller Reset */ macro
H A Dxhci.c367 XWRITE4(sc, oper, XHCI_USBCMD, XHCI_CMD_HCRST);
371 temp = (XREAD4(sc, oper, XHCI_USBCMD) & XHCI_CMD_HCRST) |

Completed in 116 milliseconds