Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_isoch.c467 if (itw->itw_port_status == USBA_HIGH_SPEED_DEV) { in ehci_insert_isoc_req()
920 if (curr_itw->itw_port_status == USBA_HIGH_SPEED_DEV) { in ehci_mark_reclaim_isoc()
1135 if (curr_itw->itw_port_status == USBA_HIGH_SPEED_DEV) { in ehci_traverse_active_isoc_list()
1227 if (itw->itw_port_status == USBA_HIGH_SPEED_DEV && in ehci_handle_itd()
H A Dehci_isoch_util.c737 if (itw->itw_port_status == USBA_HIGH_SPEED_DEV) { in ehci_calc_num_itds()
1118 if (itw->itw_port_status == USBA_HIGH_SPEED_DEV) { in ehci_insert_isoc_to_pfl()
1451 if (itw->itw_port_status == USBA_HIGH_SPEED_DEV) { in ehci_parse_isoc_error()
H A Dehci_util.c2150 if (ph->p_usba_device->usb_port_status != USBA_HIGH_SPEED_DEV) { in ehci_allocate_bandwidth()
2223 if (port_status == USBA_HIGH_SPEED_DEV) { in ehci_allocate_high_speed_bandwidth()
2431 if (ph->p_usba_device->usb_port_status != USBA_HIGH_SPEED_DEV) { in ehci_deallocate_bandwidth()
2490 if (port_status == USBA_HIGH_SPEED_DEV) { in ehci_deallocate_high_speed_bandwidth()
2657 if (port_status != USBA_HIGH_SPEED_DEV) { in ehci_compute_high_speed_bandwidth()
2863 case USBA_HIGH_SPEED_DEV: in ehci_adjust_polling_interval()
H A Dehci_xfer.c434 case USBA_HIGH_SPEED_DEV: in ehci_unpack_endpoint()
444 if (usb_port_status != USBA_HIGH_SPEED_DEV) { in ehci_unpack_endpoint()
452 if (usb_port_status == USBA_HIGH_SPEED_DEV) { in ehci_unpack_endpoint()
468 if (usb_port_status != USBA_HIGH_SPEED_DEV) { in ehci_unpack_endpoint()
499 if (usb_port_status != USBA_HIGH_SPEED_DEV) { in ehci_unpack_endpoint()
/titanic_50/usr/src/uts/common/sys/usb/usba/
H A Dusba_types.h200 #define USBA_HIGH_SPEED_DEV 0x3 macro
/titanic_50/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c339 usba_device->usb_port_status = USBA_HIGH_SPEED_DEV; in usba_hubdi_bind_root_hub()
1894 (parent_port_status == USBA_HIGH_SPEED_DEV) && in usba_hubdi_attach()
4223 port_status = USBA_HIGH_SPEED_DEV; in hubd_handle_port_connect()
4360 (hub_port_status == USBA_HIGH_SPEED_DEV) && in hubd_handle_port_connect()
4361 (port_status != USBA_HIGH_SPEED_DEV)) { in hubd_handle_port_connect()
5887 if (parent_port_status == USBA_HIGH_SPEED_DEV) { in hubd_create_child()
6200 if ((parent_port_status != USBA_HIGH_SPEED_DEV) && in hubd_create_child()
H A Dusba.c234 case USBA_HIGH_SPEED_DEV: in usba_bus_ctl()
2256 if (usba_device->usb_port_status == USBA_HIGH_SPEED_DEV) { in usba_ready_device_node()