Searched refs:dots (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/drivers/mtd/ |
| H A D | cfi_flash.c | 1296 #define FLASH_SHOW_PROGRESS(scale, dots, digit, dots_sub) \ argument 1298 dots -= dots_sub; \ 1299 if (scale > 0 && dots <= 0) { \ 1305 dots += scale; \ 1309 #define FLASH_SHOW_PROGRESS(scale, dots, digit, dots_sub) argument 1331 int dots = 0; in write_buff() local 1365 FLASH_SHOW_PROGRESS(scale, dots, digit, i); in write_buff() 1397 FLASH_SHOW_PROGRESS(scale, dots, digit, i); in write_buff() 1412 FLASH_SHOW_PROGRESS(scale, dots, digit, info->portwidth); in write_buff()
|
| /rk3399_rockchip-uboot/ |
| H A D | README | 3142 digits and dots. Recommended value: 45 (9..1) for 80
|