Searched refs:idx2 (Results 1 - 2 of 2) sorted by relevance

/u-boot/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmnand.c1092 int idx1, idx2; local
1107 for (i = 0, idx1 = 0, idx2 = 0; i < sectors; i++) {
1110 layout->oobfree[idx2].offset = i * sas + 1;
1113 layout->oobfree[idx2].offset--;
1114 layout->oobfree[idx2].length = 5;
1116 layout->oobfree[idx2].offset = i * sas;
1117 layout->oobfree[idx2].length = 6;
1119 idx2++;
1123 layout->oobfree[idx2].offset = i * sas + 9;
1124 layout->oobfree[idx2]
[all...]
/u-boot/cmd/
H A Dgpt.c933 int idx1, idx2; local
939 idx2 = simple_strtoul(name2, NULL, 10);
940 if (idx1 == idx2) {
950 else if (curr->partnum == idx2)

Completed in 89 milliseconds