Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/touchscreen/
Dpcap_ts.c33 #define SAMPLE_DELAY 20 /* msecs */ macro
76 msecs_to_jiffies(SAMPLE_DELAY)); in pcap_ts_read_xy()
/Linux-v4.19/drivers/net/ethernet/dec/tulip/
Dde4x5.c3391 #define SAMPLE_DELAY 2000 /* ms */ macro
3400 if (msec > SAMPLE_DELAY) { in test_for_100Mb()
3401 lp->timeout = (msec - SAMPLE_DELAY)/SAMPLE_INTERVAL; in test_for_100Mb()
3402 gep = SAMPLE_DELAY | TIMER_CB; in test_for_100Mb()