Searched refs:maxPacketSize (Results 1 – 15 of 15) sorted by relevance
188 uint16_t maxPacketSize; /*!< Maximum packet size*/ member234 uint16_t maxPacketSize; /*!< Pipe's maximum packet size*/ member
1340 ehciPipePointer->pipeCommon.maxPacketSize * ehciPipePointer->pipeCommon.numberPerUframe); in USB_HostBandwidthHsHostAllocateIso()1369 … ehciPipePointer->pipeCommon.maxPacketSize); in USB_HostBandwidthHsHostAllocateIso()1388 SsCsNumber = (ehciPipePointer->pipeCommon.maxPacketSize + 187) / in USB_HostBandwidthHsHostAllocateIso()1565 ehciPipePointer->pipeCommon.maxPacketSize * ehciPipePointer->pipeCommon.numberPerUframe); in USB_HostBandwidthHsHostAllocateInterrupt()1608 … ehciPipePointer->pipeCommon.maxPacketSize) + in USB_HostBandwidthHsHostAllocateInterrupt()1721 ehciPipePointer->pipeCommon.maxPacketSize); in USB_HostBandwidthFslsHostAllocate()2624 sitdNumber = ((transfer->transferLength - 1 + (ehciPipePointer->pipeCommon.maxPacketSize)) / in USB_HostEhciSitdArrayInit()2625 (ehciPipePointer->pipeCommon.maxPacketSize)); in USB_HostEhciSitdArrayInit()2661 if (sitdLength > ehciPipePointer->pipeCommon.maxPacketSize) in USB_HostEhciSitdArrayInit()2663 sitdLength = ehciPipePointer->pipeCommon.maxPacketSize; in USB_HostEhciSitdArrayInit()[all …]
417 pipe->maxPacketSize = deviceInstance->deviceDescriptor->bMaxPacketSize0; in USB_HostProcessCallback()1075 pipeInit.maxPacketSize = 8; in USB_HostAttachDevice()
72 volatile uint32_t maxPacketSize : 11; member
201 …ehciState->qh[i].capabilttiesCharacteristicsUnion.capabilttiesCharacteristicsBitmap.maxPacketSize = in USB_DeviceEhciSetDefaultState()247 … uint16_t maxPacketSize = epInit->maxPacketSize & USB_DESCRIPTOR_ENDPOINT_MAXPACKETSIZE_SIZE_MASK; in USB_DeviceEhciEndpointInit() local265 if (maxPacketSize > USB_DEVICE_MAX_HS_ISO_MAX_PACKET_SIZE) in USB_DeviceEhciEndpointInit()267 maxPacketSize = USB_DEVICE_MAX_HS_ISO_MAX_PACKET_SIZE; in USB_DeviceEhciEndpointInit()270 1U + ((maxPacketSize & USB_DESCRIPTOR_ENDPOINT_MAXPACKETSIZE_MULT_TRANSACTIONS_MASK) >> in USB_DeviceEhciEndpointInit()279 …State->qh[index].capabilttiesCharacteristicsUnion.capabilttiesCharacteristicsBitmap.maxPacketSize = in USB_DeviceEhciEndpointInit()280 maxPacketSize; in USB_DeviceEhciEndpointInit()
204 uint16_t maxPacketSize; /*!< Endpoint maximum packet size */ member
195 …ehciState->qh[i].capabilttiesCharacteristicsUnion.capabilttiesCharacteristicsBitmap.maxPacketSize = in USB_DeviceEhciSetDefaultState()240 … uint16_t maxPacketSize = epInit->maxPacketSize & USB_DESCRIPTOR_ENDPOINT_MAXPACKETSIZE_SIZE_MASK; in USB_DeviceEhciEndpointInit() local258 if (maxPacketSize > USB_DEVICE_MAX_HS_ISO_MAX_PACKET_SIZE) in USB_DeviceEhciEndpointInit()260 maxPacketSize = USB_DEVICE_MAX_HS_ISO_MAX_PACKET_SIZE; in USB_DeviceEhciEndpointInit()263 1U + ((maxPacketSize & USB_DESCRIPTOR_ENDPOINT_MAXPACKETSIZE_MULT_TRANSACTIONS_MASK) >> in USB_DeviceEhciEndpointInit()272 …State->qh[index].capabilttiesCharacteristicsUnion.capabilttiesCharacteristicsBitmap.maxPacketSize = in USB_DeviceEhciEndpointInit()273 maxPacketSize; in USB_DeviceEhciEndpointInit()
229 uint16_t maxPacketSize; /*!< Maximum packet size*/ member275 uint16_t maxPacketSize; /*!< Pipe's maximum packet size*/ member
1337 …(((uint32_t)ehciPipePointer->pipeCommon.maxPacketSize) * ehciPipePointer->pipeCommon.numberPerUfra… in USB_HostBandwidthHsHostAllocateIso()1387 SsCsNumber = (uint8_t)((ehciPipePointer->pipeCommon.maxPacketSize + 187U) / in USB_HostBandwidthHsHostAllocateIso()1568 …(uint32_t)ehciPipePointer->pipeCommon.maxPacketSize * ehciPipePointer->pipeCommon.numberPerUframe); in USB_HostBandwidthHsHostAllocateInterrupt()1730 ehciPipePointer->pipeCommon.maxPacketSize); in USB_HostBandwidthFslsHostAllocate()2675 sitdNumber = ((transfer->transferLength - 1U + (ehciPipePointer->pipeCommon.maxPacketSize)) / in USB_HostEhciSitdArrayInit()2676 (ehciPipePointer->pipeCommon.maxPacketSize)); in USB_HostEhciSitdArrayInit()2714 if (sitdLength > ehciPipePointer->pipeCommon.maxPacketSize) in USB_HostEhciSitdArrayInit()2716 sitdLength = ehciPipePointer->pipeCommon.maxPacketSize; in USB_HostEhciSitdArrayInit()2932 … (uint32_t)ehciPipePointer->pipeCommon.numberPerUframe * ehciPipePointer->pipeCommon.maxPacketSize; in USB_HostEhciItdArrayInit()3018 … ((uint32_t)ehciPipePointer->pipeCommon.maxPacketSize << EHCI_HOST_ITD_MAX_PACKET_SIZE_SHIFT)); in USB_HostEhciItdArrayInit()[all …]
422 pipe->maxPacketSize = deviceInstance->deviceDescriptor->bMaxPacketSize0; in USB_HostProcessCallback()1161 pipeInit.maxPacketSize = 8; in USB_HostAttachDevice()
330 ….maxPacketSize = (uint16_t)(pipe->ep.wMaxPacketSize & USB_DESCRIPTOR_ENDPOINT_MAXPACKETSIZE_SIZE_M… in _ehci0_open_pipe()608 ….maxPacketSize = (uint16_t)(pipe->ep.wMaxPacketSize & USB_DESCRIPTOR_ENDPOINT_MAXPACKETSIZE_SIZE_M… in _ehci1_open_pipe()
137 ep_init.maxPacketSize = ep->ep_desc->wMaxPacketSize; in _ehci0_ep_enable()
147 ep_init.maxPacketSize = ep->ep_desc->wMaxPacketSize; in _ehci0_ep_enable()
Completed in 45 milliseconds