Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/fddi/skfp/
Dsrf.c173 #define THRESHOLD_2 (2*TICKS_PER_SECOND)
174 #define THRESHOLD_32 (32*TICKS_PER_SECOND)
194 int T_Limit = 2*TICKS_PER_SECOND ; in smt_srf_event()
419 smc->srf.sr_state,smc->srf.SRThreshold/TICKS_PER_SECOND) ; in smt_send_srf()
Dsmt.c218 100)/TICKS_PER_SECOND; in smt_emulate_token_ct()
280 if (time - smc->sm.smt_last_lem >= TICKS_PER_SECOND*8) { in smt_event()
380 (smc->mib.fddiSMTTT_Notify * TICKS_PER_SECOND) ) { in smt_event()
398 time - smc->sm.smt_tvu > 228*TICKS_PER_SECOND) { in smt_event()
421 time - smc->sm.smt_tvd > 228*TICKS_PER_SECOND) { in smt_event()
443 if (time - smc->sm.last_tok_time[i] > 2*TICKS_PER_SECOND ){ in smt_event()
1241 time /= TICKS_PER_SECOND ; in smt_set_timestamp()
/linux-4.4.14/drivers/net/fddi/skfp/h/
Dtargetos.h77 #define TICKS_PER_SECOND HZ macro
/linux-4.4.14/sound/firewire/
Damdtp-stream.c20 #define TICKS_PER_SECOND (TICKS_PER_CYCLE * CYCLES_PER_SECOND) macro
212 s->transfer_delay += TICKS_PER_SECOND * s->syt_interval / rate; in amdtp_stream_set_parameters()