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

/u-boot/drivers/mtd/
H A Djedec_flash.c409 int sect_cnt; local
450 sect_cnt = 0;
460 if (sect_cnt >= CONFIG_SYS_MAX_FLASH_SECT) {
464 info->start[sect_cnt] = base;
466 sect_cnt++;
469 info->sector_count = sect_cnt;
H A Dcfi_flash.c2102 flash_sect_t sect_cnt; local
2210 sect_cnt = 0;
2232 if (sect_cnt >= CONFIG_SYS_MAX_FLASH_SECT) {
2236 info->start[sect_cnt] =
2255 flash_write_cmd(info, sect_cnt, 0,
2257 info->protect[sect_cnt] =
2258 flash_isset(info, sect_cnt,
2261 flash_write_cmd(info, sect_cnt, 0,
2268 info->protect[sect_cnt] = 0;
2279 info->protect[sect_cnt]
[all...]

Completed in 102 milliseconds