Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
H A Dxhcireg.h75 #define XHCI_USBCMD 0x00 /* XHCI command */ macro
H A Dxhci.c361 XWRITE4(sc, oper, XHCI_USBCMD, XHCI_CMD_HCRST); in xhci_start_controller()
365 temp = (XREAD4(sc, oper, XHCI_USBCMD) & XHCI_CMD_HCRST) | in xhci_start_controller()
527 XWRITE4(sc, oper, XHCI_USBCMD, XHCI_CMD_RS | in xhci_start_controller()
537 XWRITE4(sc, oper, XHCI_USBCMD, 0); in xhci_start_controller()
567 XWRITE4(sc, oper, XHCI_USBCMD, 0); in xhci_halt_controller()
/dragonfly/sys/bus/pci/
H A Dpci.c3009 bus_write_4(res, offs + XHCI_USBCMD, 0); in xhci_early_takeover()