Searched refs:TICKS_PER_SEC (Results 1 – 22 of 22) sorted by relevance
69 #ifndef TICKS_PER_SEC70 #define TICKS_PER_SEC 100 macro77 #define GKI_MS_TO_TICKS(x) ((x) / (1000 / TICKS_PER_SEC))81 #define GKI_SECS_TO_TICKS(x) ((x) * (TICKS_PER_SEC))85 #define GKI_TICKS_TO_MS(x) ((x) * 1000 / TICKS_PER_SEC)89 #define GKI_TICKS_TO_SECS(x) ((x) / TICKS_PER_SEC)
89 #ifndef TICKS_PER_SEC90 #define TICKS_PER_SEC 100 macro97 #define GKI_MS_TO_TICKS(x) ((x) / (1000 / TICKS_PER_SEC))101 #define GKI_SECS_TO_TICKS(x) ((x) * (TICKS_PER_SEC))105 #define GKI_TICKS_TO_MS(x) ((x) * 1000 / TICKS_PER_SEC)109 #define GKI_TICKS_TO_SECS(x) ((x) / TICKS_PER_SEC)
105 #ifdef TICKS_PER_SEC106 #define GKI_MS_TO_TICKS(x) ((x) / (1000/TICKS_PER_SEC))107 #define GKI_SECS_TO_TICKS(x) ((x) * (TICKS_PER_SEC))108 #define GKI_TICKS_TO_MS(x) ((x) * (1000/TICKS_PER_SEC))109 #define GKI_TICKS_TO_SECS(x) ((x) * (1/TICKS_PER_SEC))
71 #define TICKS_PER_SEC 18 macro74 #define TIMEOUT (10 * TICKS_PER_SEC)78 #define TFTP_TIMEOUT (30 * TICKS_PER_SEC)80 #define TFTP_REXMT (3 * TICKS_PER_SEC)
102 unsigned long tmo = currticks() + 4*TICKS_PER_SEC; in wait_eeprom_ready()172 unsigned long tmo = currticks() + TICKS_PER_SEC; in control_dc_dc()219 if (currticks() - tmo > 40*TICKS_PER_SEC) { in detect_tp()387 for (tmo = currticks() + 5*TICKS_PER_SEC; currticks() < tmo; ); in cs89x0_transmit()401 for (tmo = currticks()+5*TICKS_PER_SEC; in cs89x0_transmit()
30 #define HZ TICKS_PER_SEC
52 #define TX_TIME_OUT 2*TICKS_PER_SEC375 to = currticks() + 2 * TICKS_PER_SEC; in davicom_media_chk()501 davicom_wait(TICKS_PER_SEC); in davicom_reset()
215 for (time_out = currticks() + 5*TICKS_PER_SEC; currticks() < time_out; ) { in smc9000_transmit()280 status = 0; time_out = currticks() + 5*TICKS_PER_SEC; in smc9000_transmit()
185 time = currticks() + TICKS_PER_SEC; /* wait one second */ in tiara_transmit()
357 #define TX_TIMEOUT (4*TICKS_PER_SEC)
676 ip.bp.bp_secs = htons ((currticks () - starttime) / TICKS_PER_SEC); in bootp()1130 #define TWO_SECOND_DIVISOR (2147483647l/TICKS_PER_SEC)1155 tmo = (base << exp) + (TICKS_PER_SEC - (seed / TWO_SECOND_DIVISOR)); in rfc2131_sleep_interval()
69 #define RTL_TIMEOUT (1*TICKS_PER_SEC)
351 time = currticks() + TICKS_PER_SEC; /* allow 1 second to init */ in i82586_reset()
67 #define TX_TIMEOUT (4*TICKS_PER_SEC)
369 time = currticks() + TICKS_PER_SEC; /* wait one second */ in lance_transmit()
117 #define TX_TIME_OUT 2*TICKS_PER_SEC1387 tulip_wait(4*TICKS_PER_SEC); in tulip_probe()
131 #ifndef TICKS_PER_SEC132 #define TICKS_PER_SEC 100 macro
58 #define LINUX_SEC (1000/TICKS_PER_SEC)
57 #define LINUX_SEC (1000/TICKS_PER_SEC)
71 #define LINUX_SEC (1000/TICKS_PER_SEC)
1754 …TRACE_EVENT2("starting timer %d ticks (%d)", GKI_MS_TO_TICKS(BTIF_MEDIA_TIME_TICK), TICKS_PER_SEC); in btif_media_task_aa_start_tx()