Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/bhyve/dev/usb/controller/
H A Dxhcireg.h122 #define XHCI_PS_PLS_SET(x) (((x) & 0xF) << 5) /* RW - port link state */ macro
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_xhci.c406 XHCI_PS_PLS_SET(UPS_PORT_LS_POLL); in pci_xhci_usbcmd_write()
409 XHCI_PS_PLS_SET(UPS_PORT_LS_U0); in pci_xhci_usbcmd_write()
536 p->portsc |= XHCI_PS_PLS_SET(newpls) | in pci_xhci_portregs_write()
2600 port->portsc |= XHCI_PS_PLS_SET(UPS_PORT_LS_POLL) | in pci_xhci_init_port()
2603 port->portsc |= XHCI_PS_PLS_SET(UPS_PORT_LS_U0) | in pci_xhci_init_port()
2610 port->portsc = XHCI_PS_PLS_SET(UPS_PORT_LS_RX_DET) | XHCI_PS_PP; in pci_xhci_init_port()
2650 p->portsc |= XHCI_PS_PLS_SET(UPS_PORT_LS_RESUME); in pci_xhci_dev_intr()
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_hub.c384 reg |= XHCI_PS_PLS_SET(val); in xhci_root_hub_handle_port_set_feature()
483 ps |= XHCI_PS_PLS_SET(XHCI_PS_PLS_GET(reg)); in xhci_root_hub_handle_port_get_status()
H A Dxhci.c1900 reg |= XHCI_PS_PLS_SET(xis.xis_pls); in xhci_ioctl_setpls()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h166 #define XHCI_PS_PLS_SET(x) (((x) & 0xF) << 5) /* RW - port link state */ macro