Lines Matching refs:pSec1

443     PRKANDROID_IDB_SEC1 pSec1;  in MakeSector1()  local
445 pSec1 = (PRKANDROID_IDB_SEC1)pSector; in MakeSector1()
459 pSec1->usSysReservedBlock = usSysReserved; in MakeSector1()
462 pSec1->usDisk0Size = 0; in MakeSector1()
463 pSec1->usDisk1Size = 0; in MakeSector1()
464 pSec1->usDisk2Size = 0; in MakeSector1()
465 pSec1->usDisk3Size = 0; in MakeSector1()
466 pSec1->uiChipTag = 0x38324B52; in MakeSector1()
467 pSec1->uiMachineId = 0; in MakeSector1()
468 pSec1->usLoaderYear = UshortToBCD(((STRUCT_RKTIME)m_pImage->m_bootObject->ReleaseTime).usYear); in MakeSector1()
469 pSec1->usLoaderDate = ByteToBCD(((STRUCT_RKTIME)m_pImage->m_bootObject->ReleaseTime).ucMonth); in MakeSector1()
470pSec1->usLoaderDate = (pSec1->usLoaderDate << 8) | ByteToBCD(((STRUCT_RKTIME)m_pImage->m_bootObjec… in MakeSector1()
471 pSec1->usLoaderVer = m_pImage->m_bootObject->Version; in MakeSector1()
474 pSec1->usLastLoaderVer = m_oldSec1->usLoaderVer; in MakeSector1()
475 pSec1->usReadWriteTimes = m_oldSec1->usReadWriteTimes + 1; in MakeSector1()
479 pSec1->usLastLoaderVer = 0; in MakeSector1()
480 pSec1->usReadWriteTimes = 1; in MakeSector1()
482 pSec1->uiFlashSize = m_flashInfo.uiFlashSize * 2 * 1024; in MakeSector1()
483 pSec1->usBlockSize = m_flashInfo.usBlockSize * 2; in MakeSector1()
484 pSec1->bPageSize = m_flashInfo.uiPageSize * 2; in MakeSector1()
485 pSec1->bECCBits = m_flashInfo.bECCBits; in MakeSector1()
486 pSec1->bAccessTime = m_flashInfo.bAccessTime; in MakeSector1()
488 pSec1->usFlashInfoLen = 0; in MakeSector1()
489 pSec1->usFlashInfoOffset = 0; in MakeSector1()
492 pSec1->usIdBlock0 = m_idBlockOffset[0]; in MakeSector1()
493 pSec1->usIdBlock1 = m_idBlockOffset[1]; in MakeSector1()
494 pSec1->usIdBlock2 = m_idBlockOffset[2]; in MakeSector1()
495 pSec1->usIdBlock3 = m_idBlockOffset[3]; in MakeSector1()
496 pSec1->usIdBlock4 = m_idBlockOffset[4]; in MakeSector1()