Searched refs:raw_descr (Results 1 – 3 of 3) sorted by relevance
634 uchar_t raw_descr[ROOT_HUB_DESCRIPTOR_LENGTH]; in uhci_handle_get_hub_descriptor() local644 bzero(&raw_descr, ROOT_HUB_DESCRIPTOR_LENGTH); in uhci_handle_get_hub_descriptor()646 raw_descr[0] = root_hub_descr->bDescLength; in uhci_handle_get_hub_descriptor()647 raw_descr[1] = root_hub_descr->bDescriptorType; in uhci_handle_get_hub_descriptor()648 raw_descr[2] = root_hub_descr->bNbrPorts; in uhci_handle_get_hub_descriptor()649 raw_descr[3] = root_hub_descr->wHubCharacteristics & 0x00ff; in uhci_handle_get_hub_descriptor()650 raw_descr[4] = (root_hub_descr->wHubCharacteristics & 0xff00) >> 8; in uhci_handle_get_hub_descriptor()651 raw_descr[5] = root_hub_descr->bPwrOn2PwrGood; in uhci_handle_get_hub_descriptor()652 raw_descr[6] = root_hub_descr->bHubContrCurrent; in uhci_handle_get_hub_descriptor()653 raw_descr[7] = root_hub_descr->DeviceRemovable; in uhci_handle_get_hub_descriptor()[all …]
1165 uchar_t raw_descr[ROOT_HUB_DESCRIPTOR_LENGTH]; in ohci_handle_get_hub_descriptor() local1181 bzero(&raw_descr, ROOT_HUB_DESCRIPTOR_LENGTH); in ohci_handle_get_hub_descriptor()1183 raw_descr[0] = root_hub_descr->bDescLength; in ohci_handle_get_hub_descriptor()1184 raw_descr[1] = root_hub_descr->bDescriptorType; in ohci_handle_get_hub_descriptor()1185 raw_descr[2] = root_hub_descr->bNbrPorts; in ohci_handle_get_hub_descriptor()1186 raw_descr[3] = root_hub_descr->wHubCharacteristics & 0x00FF; in ohci_handle_get_hub_descriptor()1187 raw_descr[4] = (root_hub_descr->wHubCharacteristics & 0xFF00) >> 8; in ohci_handle_get_hub_descriptor()1188 raw_descr[5] = root_hub_descr->bPwrOn2PwrGood; in ohci_handle_get_hub_descriptor()1189 raw_descr[6] = root_hub_descr->bHubContrCurrent; in ohci_handle_get_hub_descriptor()1190 raw_descr[7] = root_hub_descr->DeviceRemovable; in ohci_handle_get_hub_descriptor()[all …]
1310 uchar_t raw_descr[ROOT_HUB_DESCRIPTOR_LENGTH]; in ehci_handle_get_hub_descriptor() local1326 bzero(&raw_descr, ROOT_HUB_DESCRIPTOR_LENGTH); in ehci_handle_get_hub_descriptor()1328 raw_descr[0] = root_hub_descr->bDescLength; in ehci_handle_get_hub_descriptor()1329 raw_descr[1] = root_hub_descr->bDescriptorType; in ehci_handle_get_hub_descriptor()1330 raw_descr[2] = root_hub_descr->bNbrPorts; in ehci_handle_get_hub_descriptor()1331 raw_descr[3] = root_hub_descr->wHubCharacteristics & 0x00FF; in ehci_handle_get_hub_descriptor()1332 raw_descr[4] = (root_hub_descr->wHubCharacteristics & 0xFF00) >> 8; in ehci_handle_get_hub_descriptor()1333 raw_descr[5] = root_hub_descr->bPwrOn2PwrGood; in ehci_handle_get_hub_descriptor()1334 raw_descr[6] = root_hub_descr->bHubContrCurrent; in ehci_handle_get_hub_descriptor()1335 raw_descr[7] = root_hub_descr->DeviceRemovable; in ehci_handle_get_hub_descriptor()[all …]