Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/usb/hubd/
H A Dhub.h103 #define PORT_STATUS_PES 0x0002 /* port enable status */ macro
/titanic_50/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_hub.c1617 (PORT_STATUS_PES | PORT_STATUS_HSDA); in ehci_get_root_hub_port_status()
1965 if (new_port_status & PORT_STATUS_PES) { in ehci_handle_root_hub_status_change()
/titanic_50/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcihub.c812 new_port_status |= PORT_STATUS_PES; in uhci_get_port_status()
/titanic_50/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c4965 if (*status & PORT_STATUS_PES) { in hubd_determine_port_status()
4969 hubd->h_port_state[port] |= (PORT_STATUS_PES & ack_flag); in hubd_determine_port_status()
4974 hubd->h_port_state[port] &= ~(PORT_STATUS_PES & ack_flag); in hubd_determine_port_status()
5188 if (status & PORT_STATUS_PES) { in hubd_recover_disabled_port()