Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhub.h148 #define PORT_STATUS_PRS 0x0010 /* port reset status */ macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcihub.c820 new_port_status |= PORT_STATUS_PRS; in uhci_get_port_status()
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_hub.c481 ps |= PORT_STATUS_PRS; in xhci_root_hub_handle_port_get_status()
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_hub.c1629 new_port_status |= PORT_STATUS_PRS; in ehci_get_root_hub_port_status()
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c4931 if (status & PORT_STATUS_PRS) { in hubd_reset_port()
5239 if (*status & PORT_STATUS_PRS) { in hubd_determine_port_status()
5243 hubd->h_port_state[port] |= (PORT_STATUS_PRS & ack_flag); in hubd_determine_port_status()
5248 hubd->h_port_state[port] &= ~(PORT_STATUS_PRS & ack_flag); in hubd_determine_port_status()