Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/xhci/
H A Dxhci_portsc.c217 xhci_ioctl_clear_t xic; in xp_clear_change() local
224 xic.xic_port = port; in xp_clear_change()
226 if (ioctl(fd, XHCI_IOCTL_CLEAR, &xic) != 0) in xp_clear_change()
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci.c1862 xhci_ioctl_clear_t xic; in xhci_ioctl_clear() local
1864 if (ddi_copyin((const void *)(uintptr_t)arg, &xic, sizeof (xic), in xhci_ioctl_clear()
1868 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()