Searched refs:portCount (Results 1 – 3 of 3) sorted by relevance
166 portNum = (((uint16_t)hubInstance->portCount) >> 3U); in USB_HostHubGetInterruptStatus()240 hubInstance->portCount = hubDescriptor->bnrports; in USB_HostHubProcess()241 if (hubInstance->portCount > USB_HOST_HUB_MAX_PORT) in USB_HostHubProcess()251 portNum = (((uint16_t)hubInstance->portCount) >> 3U); in USB_HostHubProcess()275 ((uint32_t)hubInstance->portCount) * sizeof(usb_host_hub_port_instance_t)); in USB_HostHubProcess()288 if (hubInstance->portIndex < hubInstance->portCount) in USB_HostHubProcess()312 for (tmp = 0; tmp < hubInstance->portCount; ++tmp) in USB_HostHubProcess()785 for (portIndex = 0U; portIndex <= hubInstance->portCount; ++portIndex) in USB_HostHubProcessData()1334 for (uint8_t portIndex = 0U; portIndex < hubInstance->portCount; ++portIndex) in USB_HostHubDeviceEvent()
125 uint8_t portCount; /*!< HUB port count*/ member
556 …uint32_t portCount = (usbHostState->usbRegBase->HcRhDescriptorA & USB_HOST_OHCI_RHDESCRIPTORA_NDP_… in USB_HostOhciPortChange() local558 for (i = 0U; i < portCount; i++) in USB_HostOhciPortChange()