Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/fddi/skfp/
H A Dsrf.c164 #define THRESHOLD_2 (2*TICKS_PER_SECOND)
165 #define THRESHOLD_32 (32*TICKS_PER_SECOND)
183 int T_Limit = 2*TICKS_PER_SECOND ; in smt_srf_event()
408 smc->srf.sr_state, smc->srf.SRThreshold / TICKS_PER_SECOND); in smt_send_srf()
H A Dsmt.c209 100)/TICKS_PER_SECOND; in smt_emulate_token_ct()
271 if (time - smc->sm.smt_last_lem >= TICKS_PER_SECOND*8) { in smt_event()
371 (smc->mib.fddiSMTTT_Notify * TICKS_PER_SECOND) ) { in smt_event()
389 time - smc->sm.smt_tvu > 228*TICKS_PER_SECOND) { in smt_event()
412 time - smc->sm.smt_tvd > 228*TICKS_PER_SECOND) { in smt_event()
434 if (time - smc->sm.last_tok_time[i] > 2*TICKS_PER_SECOND ){ in smt_event()
1232 time /= TICKS_PER_SECOND ; in smt_set_timestamp()
/openbmc/linux/drivers/net/fddi/skfp/h/
H A Dtargetos.h73 #define TICKS_PER_SECOND HZ macro
/openbmc/linux/sound/firewire/motu/
H A Damdtp-motu.c21 #define TICKS_PER_SECOND (TICKS_PER_CYCLE * CYCLES_PER_SECOND) macro
320 tick += TICKS_PER_SECOND; in cache_event_offsets()
383 unsigned int tick = (base_tick + event_offsets[cache_head]) % TICKS_PER_SECOND; in write_sph()
/openbmc/linux/sound/firewire/
H A Damdtp-stream.c21 #define TICKS_PER_SECOND (TICKS_PER_CYCLE * CYCLES_PER_SECOND) macro
301 s->transfer_delay += TICKS_PER_SECOND * s->syt_interval / rate; in amdtp_stream_set_parameters()