Searched refs:dots (Results 1 – 3 of 3) sorted by relevance
/u-boot-v2022.01-rc1/drivers/mtd/ |
A D | cfi_flash.c | 1303 #define FLASH_SHOW_PROGRESS(scale, dots, digit, dots_sub) \ argument 1305 dots -= dots_sub; \ 1306 if (scale > 0 && dots <= 0) { \ 1312 dots += scale; \ 1316 #define FLASH_SHOW_PROGRESS(scale, dots, digit, dots_sub) argument 1338 int dots = 0; in write_buff() local 1372 FLASH_SHOW_PROGRESS(scale, dots, digit, i); in write_buff() 1404 FLASH_SHOW_PROGRESS(scale, dots, digit, i); in write_buff() 1419 FLASH_SHOW_PROGRESS(scale, dots, digit, info->portwidth); in write_buff()
|
/u-boot-v2022.01-rc1/doc/board/intel/ |
A D | edison.rst | 85 .......(lots of dots)........XFSTK-STATUS--Reconnecting to device - Attempt #1 86 .......(even more dots)......................
|
/u-boot-v2022.01-rc1/ |
A D | README | 2364 digits and dots. Recommended value: 45 (9..1) for 80
|
Completed in 13 milliseconds