Lines Matching refs:ts
112 unsigned long ts; /* timestamp */ in spartan2_sp_load() local
155 ts = get_timer (0); /* get current time */ in spartan2_sp_load()
159 if (get_timer (ts) > CONFIG_SYS_FPGA_WAIT) { /* check the time */ in spartan2_sp_load()
182 ts = get_timer (0); /* get current time */ in spartan2_sp_load()
192 if (get_timer (ts) > CONFIG_SYS_FPGA_WAIT) { /* check the time */ in spartan2_sp_load()
215 ts = get_timer (0); /* get current time */ in spartan2_sp_load()
224 if (get_timer (ts) > CONFIG_SYS_FPGA_WAIT) { /* check the time */ in spartan2_sp_load()
314 unsigned long ts; /* timestamp */ in spartan2_ss_load() local
341 ts = get_timer (0); /* get current time */ in spartan2_ss_load()
344 if (get_timer (ts) > CONFIG_SYS_FPGA_WAIT) { /* check the time */ in spartan2_ss_load()
354 ts = get_timer (0); /* get current time */ in spartan2_ss_load()
358 if (get_timer (ts) > CONFIG_SYS_FPGA_WAIT) { /* check the time */ in spartan2_ss_load()
402 ts = get_timer (0); /* get current time */ in spartan2_ss_load()
415 if (get_timer (ts) > CONFIG_SYS_FPGA_WAIT) { /* check the time */ in spartan2_ss_load()