Home
last modified time | relevance | path

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

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