Home
last modified time | relevance | path

Searched refs:n_start (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/post/drivers/
H A Dflash.c56 int ret, n, n_start, n_end; in flash_post_test() local
65 n_start = CONFIG_SYS_POST_FLASH_START; in flash_post_test()
68 for (n = n_start; n < n_end; ++n) { in flash_post_test()