Searched refs:TICKS_PER_SEC (Results 1 – 16 of 16) sorted by relevance
82 #define TICKS_PER_LATCH ((LATCHES_PER_SEC + (TICKS_PER_SEC/2))/TICKS_PER_SEC)135 printf("CPU %ld Mhz\n", (clocks_per_tick/1000 * TICKS_PER_SEC)/1000); in setup_timers()167 timer_timeout = now + usecs * ((clocks_per_tick * TICKS_PER_SEC)/(1000*1000)); in udelay()174 timer_timeout = now + nsecs * ((clocks_per_tick * TICKS_PER_SEC)/(1000*1000*1000)); in ndelay()183 clocks = timer2_ticks * ((clocks_per_tick * TICKS_PER_SEC)/CLOCK_TICK_RATE); in load_timer2()
5 #define IGMP_INTERVAL (10*TICKS_PER_SEC)6 #define IGMPv1_ROUTER_PRESENT_TIMEOUT (400*TICKS_PER_SEC)
14 #define TFTP_TIMEOUT (30*TICKS_PER_SEC)16 #define TFTP_REXMT (3*TICKS_PER_SEC)
4 #define TICKS_PER_SEC 18 macro
61 for (tmo = currticks()+secs*TICKS_PER_SEC; currticks() < tmo; ) { in sleep()94 if ((lastticks + (TICKS_PER_SEC/18)) > ticks) in twiddle()
50 #define TX_TIME_OUT 2*TICKS_PER_SEC362 to = currticks() + 2 * TICKS_PER_SEC; in davicom_media_chk()487 davicom_wait(TICKS_PER_SEC); in davicom_reset()
26 #define TIMEOUT (10*TICKS_PER_SEC)
611 ip.bp.bp_secs = htons((currticks()-starttime)/TICKS_PER_SEC); in bootp()738 ip.bp.bp_secs = htons((currticks()-starttime)/TICKS_PER_SEC); in dhcp()794 interval = (igmp->response_time * TICKS_PER_SEC)/10; in process_igmp()1130 #define TWO_SECOND_DIVISOR (RAND_MAX/TICKS_PER_SEC)1141 tmo = (base << exp) + (TICKS_PER_SEC - (random()/TWO_SECOND_DIVISOR)); in rfc2131_sleep_interval()
374 #define TX_TIMEOUT (4*TICKS_PER_SEC)
70 #define RTL_TIMEOUT (1*TICKS_PER_SEC)
67 #define TX_TIMEOUT (4*TICKS_PER_SEC)
621 time = currticks() + TICKS_PER_SEC; /* wait one second */ in pcnet32_transmit()
118 #define TX_TIME_OUT 2*TICKS_PER_SEC1419 tulip_wait(4*TICKS_PER_SEC); in tulip_probe()
38 #define TICKS_PER_SEC 18 /* It's really 18.2! */ macro
156 #define TICKS_PER_SEC drv_usectohz(1000000) macro159 #define TX_TIMEOUT 3*TICKS_PER_SEC
5975 qlge->ql_timer_ticks = TICKS_PER_SEC / 4; in ql_restart_timer()