Searched refs:countPerCommand (Results 1 – 1 of 1) sorted by relevance
645 u32 countPerCommand = ut::Min( restCount, u32(WRITE_MAX) ); in PutLoadCommand() local650 internal::MakeCommandHeader( regAddr, countPerCommand, false, 0xF ) in PutLoadCommand()654 buffer.Write( &src[index + 1], (countPerCommand - 1) * sizeof(u32) ); in PutLoadCommand()656 if ( (countPerCommand % 2) == 0 ) in PutLoadCommand()661 index += countPerCommand; in PutLoadCommand()662 restCount -= countPerCommand; in PutLoadCommand()682 u32 countPerCommand = ut::Min( restCount, u32(WRITE_MAX) ); in GetLoadCommandSize() local685 commandSize += (countPerCommand - 1) * sizeof(u32); in GetLoadCommandSize()687 if ( (countPerCommand % 2) == 0 ) in GetLoadCommandSize()692 restCount -= countPerCommand; in GetLoadCommandSize()