Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/dec/tulip/
Dde4x5.c3385 #define SAMPLE_INTERVAL 500 /* ms */ macro
3394 if ((msec/SAMPLE_INTERVAL) <= 0) return 0; in test_for_100Mb()
3396 lp->timeout = (msec - SAMPLE_DELAY)/SAMPLE_INTERVAL; in test_for_100Mb()
3400 lp->timeout = msec/SAMPLE_INTERVAL; in test_for_100Mb()
3410 gep = SAMPLE_INTERVAL | TIMER_CB; in test_for_100Mb()