Home
last modified time | relevance | path

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

/devicemodel/include/
A Dxhcireg.h128 #define XHCI_PS_PLS_SET(x) (((x) & 0xF) << 5) macro
/devicemodel/hw/pci/
A Dxhci.c1150 XHCI_PS_PLS_SET(UPS_PORT_LS_RX_DET)); in pci_xhci_change_port()
1157 reg->portsc |= XHCI_PS_PLS_SET(UPS_PORT_LS_U0); in pci_xhci_change_port()
1159 reg->portsc |= XHCI_PS_PLS_SET(UPS_PORT_LS_POLL); in pci_xhci_change_port()
1383 p->portsc |= XHCI_PS_PLS_SET(newpls); in pci_xhci_portregs_write()
1404 p->portsc |= XHCI_PS_PLS_SET(newpls); in pci_xhci_portregs_write()
4008 port->portsc |= XHCI_PS_PLS_SET(UPS_PORT_LS_RX_DET) in pci_xhci_reset_port()
4014 | XHCI_PS_PLS_SET(UPS_PORT_LS_U0); in pci_xhci_reset_port()
4034 XHCI_PS_PLS_SET(UPS_PORT_LS_RX_DET) | XHCI_PS_PP; in pci_xhci_init_port()
4073 p->portsc |= XHCI_PS_PLS_SET(UPS_PORT_LS_RESUME); in pci_xhci_dev_intr()

Completed in 11 milliseconds