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

/freebsd-10.2-release/sys/dev/usb/controller/
H A Dxhcireg.h75 #define XHCI_USBCMD 0x00 /* XHCI command */ macro
H A Dxhci.c367 XWRITE4(sc, oper, XHCI_USBCMD, XHCI_CMD_HCRST);
371 temp = (XREAD4(sc, oper, XHCI_USBCMD) & XHCI_CMD_HCRST) |
531 XWRITE4(sc, oper, XHCI_USBCMD, XHCI_CMD_RS |
541 XWRITE4(sc, oper, XHCI_USBCMD, 0);
571 XWRITE4(sc, oper, XHCI_USBCMD, 0);
/freebsd-10.2-release/sys/dev/pci/
H A Dpci.c3234 bus_write_4(res, offs + XHCI_USBCMD, 0);

Completed in 113 milliseconds