Home
last modified time | relevance | path

Searched refs:chipcount (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/flashrom/
H A Dprint_wiki.c288 int i = 0, c = 1, chipcount = 0; in print_supported_chips_wiki() local
296 chipcount++; in print_supported_chips_wiki()
300 lines_per_col = chipcount / cols + ((chipcount%cols) > 0 ? 1 : 0); in print_supported_chips_wiki()
304 "{| border=\"0\" valign=\"top\"\n", chipcount); in print_supported_chips_wiki()
H A Dcli_classic.c911 int startchip = -1, chipcount = 0; in main() local
1074 while (chipcount < (int)ARRAY_SIZE(flashes)) { in main()
1075 …startchip = probe_flash(&registered_masters[j], startchip, &flashes[chipcount], 0, options.chip_to… in main()
1078 chipcount++; in main()
1083 if (chipcount > 1) { in main()
1086 for (i = 1; i < chipcount; i++) in main()
1091 } else if (!chipcount) { in main()
1354 for (i = 0; i < chipcount; i++) { in main()
H A Dprint.c52 int i, chipcount = 0; in print_supported_chips() local
69 chipcount++; in print_supported_chips()
117 msg_ginfo("Supported flash chips (total: %d):\n\n", chipcount); in print_supported_chips()