Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci_ioctl.h44 uint32_t xis_pls; member
/illumos-gate/usr/src/cmd/xhci/
H A Dxhci_portsc.c204 xis.xis_pls = i; in xp_set_pls()
205 (void) printf("setting port %d with pls %d\n", port, xis.xis_pls); in xp_set_pls()
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci.c1895 if (xis.xis_pls & ~0xf) in xhci_ioctl_setpls()
1900 reg |= XHCI_PS_PLS_SET(xis.xis_pls); in xhci_ioctl_setpls()