Home
last modified time | relevance | path

Searched refs:portCount (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_hub_app.c166 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()
Dusb_host_hub.h125 uint8_t portCount; /*!< HUB port count*/ member
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ohci.c556 …uint32_t portCount = (usbHostState->usbRegBase->HcRhDescriptorA & USB_HOST_OHCI_RHDESCRIPTORA_NDP_… in USB_HostOhciPortChange() local
558 for (i = 0U; i < portCount; i++) in USB_HostOhciPortChange()