Home
last modified time | relevance | path

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

/devicemodel/include/
A Dxhcireg.h121 #define XHCI_PS_CCS 0x00000001 /* RO - current connect status */ macro
/devicemodel/hw/pci/
A Dxhci.c1148 reg->portsc &= ~(XHCI_PS_CCS | XHCI_PS_PED); in pci_xhci_change_port()
1153 reg->portsc = XHCI_PS_CCS | XHCI_PS_PP | XHCI_PS_CSC; in pci_xhci_change_port()
1347 p->portsc |= XHCI_PS_CCS; in pci_xhci_portregs_write()
1960 XHCI_PS_CCS | XHCI_PS_PED); in pci_xhci_cmd_disable_slot()
4010 port->portsc &= ~XHCI_PS_CCS; in pci_xhci_reset_port()

Completed in 18 milliseconds