HomeSort by relevance Sort by last modified time
    Searched refs:sect_sz_kb (Results 1 - 3 of 3) sorted by null

  /external/u-boot/arch/arm/include/asm/arch-stm32f7/
stm32.h 12 static const u32 sect_sz_kb[CONFIG_SYS_MAX_FLASH_SECT] = { variable
  /external/u-boot/arch/arm/include/asm/arch-stm32f4/
stm32.h 34 static const u32 sect_sz_kb[CONFIG_SYS_MAX_FLASH_SECT] = { variable
  /external/u-boot/drivers/mtd/
stm32_flash.c 42 flash_info[i].size = sect_sz_kb[0];
45 + (sect_sz_kb[j - 1]);
46 flash_info[i].size += sect_sz_kb[j];

Completed in 334 milliseconds