Lines Matching defs:time

1050 	/* always leave the VBG voltage on - it consumes almost nothing but takes a long time to start */
1312 // wait AGC rough lock time
1318 // wait AGC accurate lock time
1322 // wait only AGC rough lock time
2494 u32 value = 0; /* P_search_end0 wait time */
2536 value = dib8000_wait_lock(state, internal, 10, 10, 10); /* time in ms configure P_search_end0 P_search_end1 P_search_end2 */
2538 value = dib8000_wait_lock(state, internal, 20, 20, 20); /* time in ms configure P_search_end0 P_search_end1 P_search_end2 */
2583 /* set lock_mask wait time values */
2585 dib8000_wait_lock(state, internal, 50, 100, 1000); /* time in ms configure P_search_end0 P_search_end1 P_search_end2 */
2587 dib8000_wait_lock(state, internal, 50, 200, 1000); /* time in ms configure P_search_end0 P_search_end1 P_search_end2 */
2644 /* set lock_mask wait time values */
2646 dib8000_wait_lock(state, internal, 50, 200, 1000); /* time in ms configure P_search_end0 P_search_end1 P_search_end2 */
2648 dib8000_wait_lock(state, internal, 50, 100, 1000); /* time in ms configure P_search_end0 P_search_end1 P_search_end2 */
3024 int ret = 1; /* 1 symbol duration (in 100us unit) delay most of the time */
3200 dib8000_update_timf(state); /* we achieved a coff_cpil_lock - it's time to update the timf */
3262 dprintk("layer%i: time interleaver = %d\n", i, c->layer[i].interleaving);
3310 } else { /* we are done mpeg of the longest interleaver xas not locking but let's try if an other layer has locked in the same time */
3604 int l, i, active, time, time_slave = 0;
3655 time = dib8000_agc_startup(state->fe[0]);
3658 if (time == 0)
3659 time = time_slave;
3660 else if ((time_slave != 0) && (time_slave > time))
3661 time = time_slave;
3663 if (time == 0)
3667 * Despite dib8000_agc_startup returns time at a 0.1 ms range,
3668 * the actual sleep time depends on CONFIG_HZ. The worse case
3674 time = 10 * (time + 99)/100;
3675 usleep_range(time * 1000, (time + 1) * 1000);
3743 dprintk("strange callback time something went wrong\n");
4155 /* Check if time for stats was elapsed */