Searched refs:bufferPointerPage (Results 1 – 4 of 4) sorted by relevance
94 volatile uint32_t bufferPointerPage[5]; member127 volatile uint32_t bufferPointerPage[5]; member
500 uint32_t bufferAddress = currentDtd->bufferPointerPage[0]; in USB_DeviceEhciCancelControlPipe()683 … (uint8_t *)((currentDtd->bufferPointerPage[0] & USB_DEVICE_ECHI_DTD_PAGE_MASK) | in USB_DeviceEhciInterruptTokenDone()982 dtd->bufferPointerPage[0] = (uint32_t)(virtual_to_physical(buffer) + currentIndex); in USB_DeviceEhciTransfer()983 dtd->bufferPointerPage[1] = in USB_DeviceEhciTransfer()984 … (dtd->bufferPointerPage[0] + USB_DEVICE_ECHI_DTD_PAGE_BLOCK) & USB_DEVICE_ECHI_DTD_PAGE_MASK; in USB_DeviceEhciTransfer()985 dtd->bufferPointerPage[2] = dtd->bufferPointerPage[1] + USB_DEVICE_ECHI_DTD_PAGE_BLOCK; in USB_DeviceEhciTransfer()986 dtd->bufferPointerPage[3] = dtd->bufferPointerPage[2] + USB_DEVICE_ECHI_DTD_PAGE_BLOCK; in USB_DeviceEhciTransfer()987 dtd->bufferPointerPage[4] = dtd->bufferPointerPage[3] + USB_DEVICE_ECHI_DTD_PAGE_BLOCK; in USB_DeviceEhciTransfer()995 dtd->bufferPointerPage[0] & USB_DEVICE_ECHI_DTD_PAGE_OFFSET_MASK; in USB_DeviceEhciTransfer()1360 … message.buffer = (uint8_t *)((currentDtd->bufferPointerPage[0] & USB_DEVICE_ECHI_DTD_PAGE_MASK) | in USB_DeviceEhciCancel()
494 uint32_t bufferAddress = currentDtd->bufferPointerPage[0]; in USB_DeviceEhciCancelControlPipe()676 … (uint8_t *)((currentDtd->bufferPointerPage[0] & USB_DEVICE_ECHI_DTD_PAGE_MASK) | in USB_DeviceEhciInterruptTokenDone()972 dtd->bufferPointerPage[0] = (uint32_t)(buffer + currentIndex); in USB_DeviceEhciTransfer()973 dtd->bufferPointerPage[1] = in USB_DeviceEhciTransfer()974 … (dtd->bufferPointerPage[0] + USB_DEVICE_ECHI_DTD_PAGE_BLOCK) & USB_DEVICE_ECHI_DTD_PAGE_MASK; in USB_DeviceEhciTransfer()975 dtd->bufferPointerPage[2] = dtd->bufferPointerPage[1] + USB_DEVICE_ECHI_DTD_PAGE_BLOCK; in USB_DeviceEhciTransfer()976 dtd->bufferPointerPage[3] = dtd->bufferPointerPage[2] + USB_DEVICE_ECHI_DTD_PAGE_BLOCK; in USB_DeviceEhciTransfer()977 dtd->bufferPointerPage[4] = dtd->bufferPointerPage[3] + USB_DEVICE_ECHI_DTD_PAGE_BLOCK; in USB_DeviceEhciTransfer()985 dtd->bufferPointerPage[0] & USB_DEVICE_ECHI_DTD_PAGE_OFFSET_MASK; in USB_DeviceEhciTransfer()1323 … message.buffer = (uint8_t *)((currentDtd->bufferPointerPage[0] & USB_DEVICE_ECHI_DTD_PAGE_MASK) | in USB_DeviceEhciCancel()
Completed in 12 milliseconds