Searched refs:countPerCommand (Results 1 – 1 of 1) sorted by relevance
475 u32 countPerCommand = ut::Min( restCount, u32(WRITE_MAX) ); in PutLoadCommand() local480 internal::MakeCommandHeader( regAddr, countPerCommand, false, 0xF ) in PutLoadCommand()484 buffer.Write( &src[index + 1], (countPerCommand - 1) * sizeof(u32) ); in PutLoadCommand()486 if ( (countPerCommand % 2) == 0 ) in PutLoadCommand()491 index += countPerCommand; in PutLoadCommand()492 restCount -= countPerCommand; in PutLoadCommand()