Searched refs:multile64 (Results 1 – 1 of 1) sorted by relevance
270 static uint8_t *USB_DeviceLpcIp3511MallocMaxPacketBuffer(uint32_t multile64) in USB_DeviceLpcIp3511MallocMaxPacketBuffer() argument276 multile64 = ((multile64 + 63U) / 64U); in USB_DeviceLpcIp3511MallocMaxPacketBuffer()282 for (; numIndex < multile64; ++numIndex) in USB_DeviceLpcIp3511MallocMaxPacketBuffer()297 } while (numIndex < multile64); in USB_DeviceLpcIp3511MallocMaxPacketBuffer()299 if (numIndex >= multile64) in USB_DeviceLpcIp3511MallocMaxPacketBuffer()302 for (numIndex = 0U; numIndex < multile64; ++numIndex) in USB_DeviceLpcIp3511MallocMaxPacketBuffer()304 s_EpReservedBufferBits[((bitsIndex - multile64 + numIndex) / 8U)] |= in USB_DeviceLpcIp3511MallocMaxPacketBuffer()305 (uint8_t)(0x01U << ((bitsIndex - multile64 + numIndex) & 0x00000007U)); in USB_DeviceLpcIp3511MallocMaxPacketBuffer()308 return ENDPOINT_RESERVED_BUFFER_ADDRESS + ((bitsIndex - multile64) * 64U); in USB_DeviceLpcIp3511MallocMaxPacketBuffer()