Searched refs:ehciPipePointer (Results 1 – 4 of 4) sorted by relevance
1100 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 …]
250 usb_host_ehci_pipe_t *ehciPipePointer; /*!< EHCI pipe pointer */ member300 usb_host_pipe_t *ehciPipePointer; /*!< This ISO's EHCI pipe pointer */ member
1134 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 …]
230 usb_host_ehci_pipe_t *ehciPipePointer; /*!< EHCI pipe pointer */ member280 usb_host_pipe_t *ehciPipePointer; /*!< This ISO's EHCI pipe pointer */ member
Completed in 32 milliseconds