Searched refs:countPerCommand (Results 1 – 1 of 1) sorted by relevance
643 u32 countPerCommand = ut::Min( restCount, u32(WRITE_MAX) ); in PutLoadCommand() local648 internal::MakeCommandHeader( regAddr, countPerCommand, false, 0xF ) in PutLoadCommand()652 buffer.Write( &src[index + 1], (countPerCommand - 1) * sizeof(u32) ); in PutLoadCommand()654 if ( (countPerCommand % 2) == 0 ) in PutLoadCommand()659 index += countPerCommand; in PutLoadCommand()660 restCount -= countPerCommand; in PutLoadCommand()680 u32 countPerCommand = ut::Min( restCount, u32(WRITE_MAX) ); in GetLoadCommandSize() local683 commandSize += (countPerCommand - 1) * sizeof(u32); in GetLoadCommandSize()685 if ( (countPerCommand % 2) == 0 ) in GetLoadCommandSize()690 restCount -= countPerCommand; in GetLoadCommandSize()