Searched refs:partEntryCnt (Results 1 – 1 of 1) sorted by relevance
142 uint32_t partEntryCnt = blockSize / PARTITION_ENTRY_SIZE; in UfsReadGpt() local147 for (uint32_t i = 0; i < (MAX_PARTITION_NUM / partEntryCnt) && count < MAX_PARTITION_NUM; i++) { in UfsReadGpt()149 for (uint32_t j = 0; j < partEntryCnt; j++) { in UfsReadGpt()155 i = MAX_PARTITION_NUM / partEntryCnt; in UfsReadGpt()