Searched refs:port_mask (Results 1 – 5 of 5) sorted by relevance
1124 usb_port_mask_t port_mask; in ehci_root_hub_reset_occured() local1135 port_mask = ehcip->ehci_root_hub.rh_intr_pending_status << 1; in ehci_root_hub_reset_occured()1138 *curr_intr_reqp->intr_data->b_wptr++ = (uchar_t)port_mask; in ehci_root_hub_reset_occured()1139 port_mask >>= 8; in ehci_root_hub_reset_occured()1140 } while (port_mask != 0); in ehci_root_hub_reset_occured()1847 usb_port_mask_t port_mask = 0; in ehci_handle_root_hub_status_change() local1982 port_mask |= 1 << (i + 1); in ehci_handle_root_hub_status_change()1990 if (ph && port_mask && curr_intr_reqp) { in ehci_handle_root_hub_status_change()2014 *message->b_wptr++ = (uchar_t)port_mask; in ehci_handle_root_hub_status_change()2015 port_mask >>= 8; in ehci_handle_root_hub_status_change()[all …]
134 __uint32_t port_mask; /* available niu ports */ member
3775 usb_port_mask_t port_mask; in hubd_hotplug_thread() local3778 port_mask = 1 << port; in hubd_hotplug_thread()3786 port, port_mask, hubd->h_port_change, in hubd_hotplug_thread()3792 if ((hubd->h_port_change & port_mask) == 0) { in hubd_hotplug_thread()3796 hubd->h_port_change &= ~port_mask; in hubd_hotplug_thread()4614 usb_port_mask_t port_mask = 1 << port; in hubd_reset_port() local4626 hubd->h_port_reset_wait |= port_mask; in hubd_reset_port()4668 if (hubd->h_port_reset_wait & port_mask) { in hubd_reset_port()4672 (hubd->h_port_reset_wait & port_mask)) { in hubd_reset_port()4678 hubd->h_port_reset_wait &= ~port_mask; in hubd_reset_port()
373 int t4_mps_set_active_ports(struct adapter *adap, unsigned int port_mask);
3077 int port_mask[] = {CK804_INT_PDEV_INT, CK804_INT_SDEV_INT}; in ck804_intr_process() local3079 if ((port_mask[port] & intr_status) == 0) { in ck804_intr_process()3101 port_mask[port]); in ck804_intr_process()3119 port_mask[port]); in ck804_intr_process()