Lines Matching refs:bufferAddress
1695 uint32_t bufferAddress = (uint32_t)tr->transferBuffer; in USB_HostOhciLinkGtdTr() local
1714 … tdLength = USB_HOST_OHCI_GTD_MAX_LENGTH - (bufferAddress & USB_HOST_OHCI_GTD_BUFFER_ALIGN_MASK); in USB_HostOhciLinkGtdTr()
1724 bufferAddress += tdLength; in USB_HostOhciLinkGtdTr()
1749 bufferAddress = (uint32_t)tr->transferBuffer; in USB_HostOhciLinkGtdTr()
1753 … tdLength = USB_HOST_OHCI_GTD_MAX_LENGTH - (bufferAddress & USB_HOST_OHCI_GTD_BUFFER_ALIGN_MASK); in USB_HostOhciLinkGtdTr()
1765 USB_HostOhciFillGtd(pipe, tr, p, (uint8_t *)bufferAddress, tdLength, dirPid, 0x00U, 0U); in USB_HostOhciLinkGtdTr()
1771 USB_HostOhciFillGtd(pipe, tr, p, (uint8_t *)bufferAddress, tdLength, dirPid, 0x00U, 1U); in USB_HostOhciLinkGtdTr()
1773 bufferAddress += tdLength; in USB_HostOhciLinkGtdTr()
1837 uint32_t bufferAddress = (uint32_t)tr->transferBuffer; in USB_HostOhciLinkItdTr() local
1886 USB_HostOhciFillItd(pipe, tr, p, (uint8_t *)bufferAddress, tdLength, startFrame); in USB_HostOhciLinkItdTr()
1894 bufferAddress += tdLength; in USB_HostOhciLinkItdTr()