Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/u-boot/include/configs/
H A Ddraak.h29 #define CONFIG_FLASH_SHOW_PROGRESS 45 macro
H A Dblanche.h51 #define CONFIG_FLASH_SHOW_PROGRESS 45 macro
H A Duniphier.h52 #define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */ macro
H A Dls2080a_simu.h64 #define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */ macro
H A Deb_cpu5282.h144 #define CONFIG_FLASH_SHOW_PROGRESS 45 macro
H A Dapf27.h210 #define CONFIG_FLASH_SHOW_PROGRESS 45 macro
H A Dls1043a_common.h148 #define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */ macro
H A Dzynq-common.h68 # define CONFIG_FLASH_SHOW_PROGRESS 10 macro
H A DMPC8544DS.h124 #define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */ macro
H A Dls1021atwr.h188 #define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */ macro
H A Dp1_twr.h163 #define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */ macro
H A Dls2080aqds.h107 #define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */ macro
H A Dids8313.h175 #define CONFIG_FLASH_SHOW_PROGRESS 50 macro
H A Dls2080ardb.h116 #define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */ macro
H A DC29XPCIE.h162 #define CONFIG_FLASH_SHOW_PROGRESS 45 macro
H A DUCP1020.h234 #define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */ macro
H A Dls1046aqds.h127 #define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */ macro
H A DMPC8536DS.h182 #define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */ macro
H A DMPC8572DS.h172 #define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */ macro
H A DP1022DS.h220 #define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */ macro
H A DP2041RDB.h204 #define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */ macro
H A DBSC9132QDS.h244 #define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */ macro
H A Dcorenet_ds.h214 #define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */ macro
H A Dls1021aqds.h168 #define CONFIG_FLASH_SHOW_PROGRESS 45 macro
/OK3568_Linux_fs/u-boot/drivers/mtd/
H A Dcfi_flash.c1295 #ifdef CONFIG_FLASH_SHOW_PROGRESS
1328 #ifdef CONFIG_FLASH_SHOW_PROGRESS in write_buff()
1329 int digit = CONFIG_FLASH_SHOW_PROGRESS; in write_buff()
1336 if (cnt >= CONFIG_FLASH_SHOW_PROGRESS) { in write_buff()
1337 scale = (int)((cnt + CONFIG_FLASH_SHOW_PROGRESS - 1) / in write_buff()
1338 CONFIG_FLASH_SHOW_PROGRESS); in write_buff()

12