Home
last modified time | relevance | path

Searched refs:CONFIG_FLASH_SHOW_PROGRESS (Results 1 – 25 of 40) sorted by relevance

12

/external/u-boot/include/configs/
Ddraak.h29 #define CONFIG_FLASH_SHOW_PROGRESS 45 macro
Dblanche.h36 #define CONFIG_FLASH_SHOW_PROGRESS 45 macro
Duniphier.h44 #define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */ macro
Dls2080a_simu.h60 #define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */ macro
Deb_cpu5282.h137 #define CONFIG_FLASH_SHOW_PROGRESS 45 macro
Dapf27.h181 #define CONFIG_FLASH_SHOW_PROGRESS 45 macro
Dls1043a_common.h142 #define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */ macro
Dzynq-common.h61 # define CONFIG_FLASH_SHOW_PROGRESS 10 macro
DMPC8544DS.h118 #define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */ macro
Dp1_twr.h154 #define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */ macro
Dls1088ardb.h87 #define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */ macro
Dls1021atwr.h149 #define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */ macro
Dls2080ardb.h109 #define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */ macro
Dls2080aqds.h103 #define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */ macro
Dids8313.h172 #define CONFIG_FLASH_SHOW_PROGRESS 50 macro
DC29XPCIE.h153 #define CONFIG_FLASH_SHOW_PROGRESS 45 macro
Dls1046aqds.h118 #define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */ macro
DUCP1020.h218 #define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */ macro
Dls1088aqds.h106 #define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */ macro
DMPC8572DS.h166 #define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */ macro
DP1022DS.h211 #define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */ macro
DP2041RDB.h198 #define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */ macro
DBSC9132QDS.h234 #define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */ macro
Dls1021aqds.h155 #define CONFIG_FLASH_SHOW_PROGRESS 45 macro
/external/u-boot/drivers/mtd/
Dcfi_flash.c1294 #ifdef CONFIG_FLASH_SHOW_PROGRESS
1327 #ifdef CONFIG_FLASH_SHOW_PROGRESS in write_buff()
1328 int digit = CONFIG_FLASH_SHOW_PROGRESS; in write_buff()
1335 if (cnt >= CONFIG_FLASH_SHOW_PROGRESS) { in write_buff()
1336 scale = (int)((cnt + CONFIG_FLASH_SHOW_PROGRESS - 1) / in write_buff()
1337 CONFIG_FLASH_SHOW_PROGRESS); in write_buff()

12