Home
last modified time | relevance | path

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

12

/u-boot/include/configs/
A Ddraak.h23 #define CONFIG_FLASH_SHOW_PROGRESS 45 macro
A Dulcb.h25 #define CONFIG_FLASH_SHOW_PROGRESS 45 macro
A Dsalvator-x.h25 #define CONFIG_FLASH_SHOW_PROGRESS 45 macro
A Debisu.h28 #define CONFIG_FLASH_SHOW_PROGRESS 45 macro
A Dblanche.h33 #define CONFIG_FLASH_SHOW_PROGRESS 45 macro
A Dapf27.h170 #define CONFIG_FLASH_SHOW_PROGRESS 45 macro
A Deb_cpu5282.h120 #define CONFIG_FLASH_SHOW_PROGRESS 45 macro
A Dls1043a_common.h146 #define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */ macro
A Dids8313.h115 #define CONFIG_FLASH_SHOW_PROGRESS 50 macro
A Dzynq-common.h48 # define CONFIG_FLASH_SHOW_PROGRESS 10 macro
A Dls1021atwr.h139 #define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */ macro
A Dls1088ardb.h68 #define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */ macro
A Dls2080ardb.h106 #define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */ macro
A DP2041RDB.h156 #define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */ macro
A DUCP1020.h253 #define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */ macro
A Dls2080aqds.h99 #define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */ macro
A Dcorenet_ds.h168 #define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */ macro
A Dls1021aqds.h140 #define CONFIG_FLASH_SHOW_PROGRESS 45 macro
A Dls1046aqds.h93 #define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */ macro
A Dls1088aqds.h94 #define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */ macro
A DT4240RDB.h326 #define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */ macro
A DT208xRDB.h172 #define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */ macro
A DP1010RDB.h308 #define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */ macro
A DT208xQDS.h195 #define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */ macro
/u-boot/drivers/mtd/
A Dcfi_flash.c1302 #ifdef CONFIG_FLASH_SHOW_PROGRESS
1335 #ifdef CONFIG_FLASH_SHOW_PROGRESS in write_buff()
1336 int digit = CONFIG_FLASH_SHOW_PROGRESS; in write_buff()
1343 if (cnt >= CONFIG_FLASH_SHOW_PROGRESS) { in write_buff()
1344 scale = (int)((cnt + CONFIG_FLASH_SHOW_PROGRESS - 1) / in write_buff()
1345 CONFIG_FLASH_SHOW_PROGRESS); in write_buff()

Completed in 187 milliseconds

12