Searched refs:CONFIG_SYS_FPGA_WAIT (Results 1 – 8 of 8) sorted by relevance
29 #ifndef CONFIG_SYS_FPGA_WAIT30 #define CONFIG_SYS_FPGA_WAIT CONFIG_SYS_HZ/100 /* 10 ms */ macro158 if (get_timer (ts) > CONFIG_SYS_FPGA_WAIT) { /* check the time */ in spartan2_sp_load()191 if (get_timer (ts) > CONFIG_SYS_FPGA_WAIT) { /* check the time */ in spartan2_sp_load()223 if (get_timer (ts) > CONFIG_SYS_FPGA_WAIT) { /* check the time */ in spartan2_sp_load()343 if (get_timer (ts) > CONFIG_SYS_FPGA_WAIT) { /* check the time */ in spartan2_ss_load()357 if (get_timer (ts) > CONFIG_SYS_FPGA_WAIT) { /* check the time */ in spartan2_ss_load()414 if (get_timer (ts) > CONFIG_SYS_FPGA_WAIT) { /* check the time */ in spartan2_ss_load()
33 #ifndef CONFIG_SYS_FPGA_WAIT34 #define CONFIG_SYS_FPGA_WAIT CONFIG_SYS_HZ/100 /* 10 ms */ macro162 if (get_timer (ts) > CONFIG_SYS_FPGA_WAIT) { /* check the time */ in spartan3_sp_load()195 if (get_timer (ts) > CONFIG_SYS_FPGA_WAIT) { /* check the time */ in spartan3_sp_load()229 if (get_timer (ts) > CONFIG_SYS_FPGA_WAIT) { /* check the time */ in spartan3_sp_load()349 if (get_timer (ts) > CONFIG_SYS_FPGA_WAIT) { /* check the time */ in spartan3_ss_load()365 if (get_timer (ts) > CONFIG_SYS_FPGA_WAIT) { /* check the time */ in spartan3_ss_load()432 if (get_timer (ts) > CONFIG_SYS_FPGA_WAIT) { /* check the time */ in spartan3_ss_load()
29 #ifndef CONFIG_SYS_FPGA_WAIT30 #define CONFIG_SYS_FPGA_WAIT CONFIG_SYS_HZ / 10 /* 100 ms */ macro139 if (get_timer(ts) > CONFIG_SYS_FPGA_WAIT) { in CYC2_ps_load()
31 #ifndef CONFIG_SYS_FPGA_WAIT32 #define CONFIG_SYS_FPGA_WAIT CONFIG_SYS_HZ/10 /* 100 ms */ macro146 if (get_timer (ts) > CONFIG_SYS_FPGA_WAIT) { /* check the time */ in ACEX1K_ps_load()
39 #ifndef CONFIG_SYS_FPGA_WAIT40 #define CONFIG_SYS_FPGA_WAIT CONFIG_SYS_HZ/100 /* 10 ms */ macro235 if (get_timer(ts) > CONFIG_SYS_FPGA_WAIT) { in zynq_dma_xfer_init()249 if (get_timer(ts) > CONFIG_SYS_FPGA_WAIT) { in zynq_dma_xfer_init()403 if (get_timer(ts) > CONFIG_SYS_FPGA_WAIT) { in zynq_load()486 if (get_timer(ts) > CONFIG_SYS_FPGA_WAIT) { in zynq_loadfs()563 if (get_timer(ts) > CONFIG_SYS_FPGA_WAIT) { in zynq_decrypt_load()
187 #define CONFIG_SYS_FPGA_WAIT 250 /* 250 ms */ macro
167 #define CONFIG_SYS_FPGA_WAIT 1000 macro
2243 CONFIG_SYS_FPGA_WAIT
Completed in 11 milliseconds