Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/fddi/skfp/
Dsrf.c173 #define THRESHOLD_2 (2*TICKS_PER_SECOND)
174 #define THRESHOLD_32 (32*TICKS_PER_SECOND)
192 int T_Limit = 2*TICKS_PER_SECOND ; in smt_srf_event()
417 smc->srf.sr_state, smc->srf.SRThreshold / TICKS_PER_SECOND); in smt_send_srf()
Dsmt.c217 100)/TICKS_PER_SECOND; in smt_emulate_token_ct()
279 if (time - smc->sm.smt_last_lem >= TICKS_PER_SECOND*8) { in smt_event()
379 (smc->mib.fddiSMTTT_Notify * TICKS_PER_SECOND) ) { in smt_event()
397 time - smc->sm.smt_tvu > 228*TICKS_PER_SECOND) { in smt_event()
420 time - smc->sm.smt_tvd > 228*TICKS_PER_SECOND) { in smt_event()
442 if (time - smc->sm.last_tok_time[i] > 2*TICKS_PER_SECOND ){ in smt_event()
1240 time /= TICKS_PER_SECOND ; in smt_set_timestamp()
/Linux-v4.19/drivers/net/fddi/skfp/h/
Dtargetos.h77 #define TICKS_PER_SECOND HZ macro
/Linux-v4.19/sound/firewire/
Damdtp-stream.c20 #define TICKS_PER_SECOND (TICKS_PER_CYCLE * CYCLES_PER_SECOND) macro
241 s->transfer_delay += TICKS_PER_SECOND * s->syt_interval / rate; in amdtp_stream_set_parameters()