Home
last modified time | relevance | path

Searched refs:ehciPipePointer (Results 1 – 4 of 4) sorted by relevance

/bsp/nxp/imx/imx6ull-smart/drivers/usb/host/
A Dusb_host_ehci.c1100 ehciPipePointer = (usb_host_ehci_pipe_t *)ehciPipePointer->pipeCommon.next; in USB_HostBandwidthFslsHostComputeCurrent()
1160 ehciPipePointer = (usb_host_ehci_pipe_t *)ehciPipePointer->pipeCommon.next; in USB_HostBandwidthHsHostComputeCurrentFsls()
1242 ehciPipePointer = (usb_host_ehci_pipe_t *)ehciPipePointer->pipeCommon.next; in USB_HostBandwidthHsHostComputeCurrentHsAll()
1579 ehciPipePointer->uframeSmask = (0x01 << ehciPipePointer->startUframe); in USB_HostBandwidthHsHostAllocateInterrupt()
1687 ehciPipePointer->uframeSmask = (0x01 << ehciPipePointer->startUframe); in USB_HostBandwidthHsHostAllocateInterrupt()
2353 qhPointer->ehciPipePointer = ehciPipePointer; in USB_HostEhciQhInit()
2894 …(uint16_t)((ehciPipePointer->startFrame << 3) + ehciPipePointer->startUframe), ehciPipePointer->uf… in USB_HostEhciItdArrayInit()
3757 ehciPipePointer = (usb_host_ehci_pipe_t *)ehciPipePointer->pipeCommon.next; in USB_HostEhciTransactionDone()
3971 ehciPipePointer = (usb_host_ehci_pipe_t *)ehciPipePointer->pipeCommon.next; in USB_HostEhciTimer0()
4302 ehciPipePointer->uframeInterval = ehciPipePointer->pipeCommon.interval; in USB_HostEhciOpenPipe()
[all …]
A Dusb_host_ehci.h250 usb_host_ehci_pipe_t *ehciPipePointer; /*!< EHCI pipe pointer */ member
300 usb_host_pipe_t *ehciPipePointer; /*!< This ISO's EHCI pipe pointer */ member
/bsp/nxp/imx/imxrt/libraries/drivers/usb/host/
A Dusb_host_ehci.c1134 frameBandwidths[ehciPipePointer->startUframe + 1U] += ehciPipePointer->dataTime; in USB_HostBandwidthHsHostComputeCurrentFsls()
1138 frameBandwidths[ehciPipePointer->startUframe + 1U] += ehciPipePointer->dataTime; in USB_HostBandwidthHsHostComputeCurrentFsls()
1139 frameBandwidths[ehciPipePointer->startUframe + 2U] += ehciPipePointer->dataTime; in USB_HostBandwidthHsHostComputeCurrentFsls()
1582 ehciPipePointer->uframeSmask = (0x01U << ehciPipePointer->startUframe); in USB_HostBandwidthHsHostAllocateInterrupt()
1695 ehciPipePointer->uframeSmask = (0x01u << ehciPipePointer->startUframe); in USB_HostBandwidthHsHostAllocateInterrupt()
1700 ehciPipePointer->uframeCmask = ehciPipePointer->uframeCmask | (0x01U << index); in USB_HostBandwidthHsHostAllocateInterrupt()
2381 qhPointer->ehciPipePointer = ehciPipePointer; in USB_HostEhciQhInit()
2971 …(uint16_t)((ehciPipePointer->startFrame << 3) + ehciPipePointer->startUframe), ehciPipePointer->uf… in USB_HostEhciItdArrayInit()
4474 if (ehciPipePointer == NULL) in USB_HostEhciOpenPipe()
4527 ehciPipePointer->uframeInterval = ehciPipePointer->pipeCommon.interval; in USB_HostEhciOpenPipe()
[all …]
A Dusb_host_ehci.h230 usb_host_ehci_pipe_t *ehciPipePointer; /*!< EHCI pipe pointer */ member
280 usb_host_pipe_t *ehciPipePointer; /*!< This ISO's EHCI pipe pointer */ member

Completed in 32 milliseconds