Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ehci.c219 usb_host_ehci_qtd_t *ehciQtdStart,
2205 usb_host_ehci_qtd_t *ehciQtdStart, in USB_HostEhciQtdListRelease() argument
2214 qtdPointer = ehciQtdStart; in USB_HostEhciQtdListRelease()
2232 ehciInstance->ehciQtdHead = ehciQtdStart; in USB_HostEhciQtdListRelease()
2237 ehciInstance->ehciQtdTail->nextQtdPointer = (uint32_t)ehciQtdStart; in USB_HostEhciQtdListRelease()
2241 while (ehciQtdStart != ehciQtdEnd) in USB_HostEhciQtdListRelease()
2245ehciQtdStart = (usb_host_ehci_qtd_t *)USB_HOST_MEMORY_DMA_2_CPU(ehciQtdStart->nextQtdPointer); in USB_HostEhciQtdListRelease()
2247 ehciQtdStart = (usb_host_ehci_qtd_t *)ehciQtdStart->nextQtdPointer; in USB_HostEhciQtdListRelease()