Searched defs:SAMPLE_TIME (Results 1 - 2 of 2) sorted by relevance

/drivers/gpu/drm/msm/
H A Dmsm_perf.c49 #define SAMPLE_TIME (HZ/4) macro
65 perf->next_jiffies += SAMPLE_TIME;
181 perf->next_jiffies = jiffies + SAMPLE_TIME;
/drivers/input/touchscreen/
H A Dstmpe-ts.c52 #define SAMPLE_TIME(x) ((x & 0xf) << 4) macro
185 adc_ctrl1 = SAMPLE_TIME(ts->sample_time) | MOD_12B(ts->mod_12b) |
187 adc_ctrl1_mask = SAMPLE_TIME(0xff) | MOD_12B(0xff) | REF_SEL(0xff);

Completed in 50 milliseconds