Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci_ioctl.h48 uint32_t xic_port; member
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci.c1868 if (xic.xic_port == 0 || xic.xic_port > in xhci_ioctl_clear()
1872 reg = xhci_get32(xhcip, XHCI_R_OPER, XHCI_PORTSC(xic.xic_port)); in xhci_ioctl_clear()
1876 xhci_put32(xhcip, XHCI_R_OPER, XHCI_PORTSC(xic.xic_port), reg); in xhci_ioctl_clear()
/illumos-gate/usr/src/cmd/xhci/
H A Dxhci_portsc.c224 xic.xic_port = port; in xp_clear_change()