Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/iio/adc/
Dti_am335x_adc.c364 unsigned int fifo1count, read, stepid; in tiadc_read_raw() local
406 stepid = read & FIFOREAD_CHNLID_MASK; in tiadc_read_raw()
407 stepid = stepid >> 0x10; in tiadc_read_raw()
409 if (stepid == map_val) { in tiadc_read_raw()