Home
last modified time | relevance | path

Searched refs:maxPacketSize (Results 1 – 15 of 15) sorted by relevance

/bsp/nxp/imx/imx6ull-smart/drivers/usb/host/
A Dusb_host.h188 uint16_t maxPacketSize; /*!< Maximum packet size*/ member
234 uint16_t maxPacketSize; /*!< Pipe's maximum packet size*/ member
A Dusb_host_ehci.c1340 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 …]
A Dusb_host_devices.c417 pipe->maxPacketSize = deviceInstance->deviceDescriptor->bMaxPacketSize0; in USB_HostProcessCallback()
1075 pipeInit.maxPacketSize = 8; in USB_HostAttachDevice()
/bsp/nxp/imx/imx6ull-smart/drivers/usb/include/
A Dusb_ehci.h72 volatile uint32_t maxPacketSize : 11; member
/bsp/nxp/imx/imxrt/libraries/drivers/usb/include/
A Dusb_ehci.h72 volatile uint32_t maxPacketSize : 11; member
/bsp/nxp/imx/imx6ull-smart/drivers/usb/device/
A Dusb_device_ehci.c201 …ehciState->qh[i].capabilttiesCharacteristicsUnion.capabilttiesCharacteristicsBitmap.maxPacketSize = in USB_DeviceEhciSetDefaultState()
247 … uint16_t maxPacketSize = epInit->maxPacketSize & USB_DESCRIPTOR_ENDPOINT_MAXPACKETSIZE_SIZE_MASK; in USB_DeviceEhciEndpointInit() local
265 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()
A Dusb_device.h204 uint16_t maxPacketSize; /*!< Endpoint maximum packet size */ member
/bsp/nxp/imx/imxrt/libraries/drivers/usb/device/
A Dusb_device_ehci.c195 …ehciState->qh[i].capabilttiesCharacteristicsUnion.capabilttiesCharacteristicsBitmap.maxPacketSize = in USB_DeviceEhciSetDefaultState()
240 … uint16_t maxPacketSize = epInit->maxPacketSize & USB_DESCRIPTOR_ENDPOINT_MAXPACKETSIZE_SIZE_MASK; in USB_DeviceEhciEndpointInit() local
258 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()
A Dusb_device.h204 uint16_t maxPacketSize; /*!< Endpoint maximum packet size */ member
/bsp/nxp/imx/imxrt/libraries/drivers/usb/host/
A Dusb_host.h229 uint16_t maxPacketSize; /*!< Maximum packet size*/ member
275 uint16_t maxPacketSize; /*!< Pipe's maximum packet size*/ member
A Dusb_host_ehci.c1337 …(((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 …]
A Dusb_host_devices.c422 pipe->maxPacketSize = deviceInstance->deviceDescriptor->bMaxPacketSize0; in USB_HostProcessCallback()
1161 pipeInit.maxPacketSize = 8; in USB_HostAttachDevice()
/bsp/nxp/imx/imxrt/libraries/drivers/
A Ddrv_usbh.c330 ….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()
A Ddrv_usbd.c137 ep_init.maxPacketSize = ep->ep_desc->wMaxPacketSize; in _ehci0_ep_enable()
/bsp/nxp/imx/imx6ull-smart/drivers/
A Ddrv_usbd.c147 ep_init.maxPacketSize = ep->ep_desc->wMaxPacketSize; in _ehci0_ep_enable()

Completed in 45 milliseconds