Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci.c1112 xhci_reg_poll(xhci_t *xhcip, xhci_reg_type_t rt, int reg, uint32_t mask, in xhci_reg_poll() function
1594 ret = xhci_reg_poll(xhcip, XHCI_R_CAP, off, in xhci_controller_takeover()
1661 return (xhci_reg_poll(xhcip, XHCI_R_OPER, XHCI_USBSTS, XHCI_STS_HCH, in xhci_controller_stop()
1701 if ((ret = xhci_reg_poll(xhcip, XHCI_R_OPER, XHCI_USBCMD, in xhci_controller_reset()
1705 return (xhci_reg_poll(xhcip, XHCI_R_OPER, XHCI_USBSTS, in xhci_controller_reset()
1789 return (xhci_reg_poll(xhcip, XHCI_R_OPER, XHCI_USBSTS, in xhci_controller_start()