Lines Matching refs:BYTE_LENGTH
72 #define BYTE_LENGTH 8U /* Length in bits of a byte*/ macro
633 …transLength = transLength / (object->memorySlotLength / BYTE_LENGTH); /* … in updateDataReadDMA()
647 …transLength = transLength * (object->memorySlotLength / BYTE_LENGTH); /* h… in updateDataReadDMA()
694 …transLength = transLength / (object->memorySlotLength / BYTE_LENGTH); /* … in updateDataWriteDMA()
708 …transLength = transLength * (object->memorySlotLength / BYTE_LENGTH); /* h… in updateDataWriteDMA()
750 uint16_t dmaMinimumStep = object->udmaArbLength * object->memorySlotLength / BYTE_LENGTH; in handleDMATransaction()
915 transaction->bytesTransferred += object->memorySlotLength / BYTE_LENGTH; in handleCPUTransaction()
1003 object->sampleRotation = (object->dataLength / HWRESOLUTION) % BYTE_LENGTH; in initObject()
1008 …>sampleRotation += ((object->memorySlotLength - params->bitsPerWord) / HWRESOLUTION) % BYTE_LENGTH; in initObject()
1013 …>sampleRotation -= ((params->bitsPerWord - object->memorySlotLength) / HWRESOLUTION) % BYTE_LENGTH; in initObject()
1018 object->sampleRotation -= (params->afterWordPadding / HWRESOLUTION) % BYTE_LENGTH; in initObject()
1055 …16_t const fixedBufferLength = (params->fixedBufferLength /(object->memorySlotLength/BYTE_LENGTH)); in initObject()
1079 for(i=0; i<BYTE_LENGTH; i++) { in initObject()