Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/iio/adc/
H A Dti_am335x_adc.c459 unsigned int fifo1count, read, stepid; in tiadc_read_raw() local
503 stepid = read & FIFOREAD_CHNLID_MASK; in tiadc_read_raw()
504 stepid = stepid >> 0x10; in tiadc_read_raw()
506 if (stepid == map_val) { in tiadc_read_raw()
/kernel/linux/linux-6.6/drivers/iio/adc/
H A Dti_am335x_adc.c436 unsigned int fifo1count, read, stepid; in tiadc_read_raw() local
503 stepid = read & FIFOREAD_CHNLID_MASK; in tiadc_read_raw()
504 stepid = stepid >> 0x10; in tiadc_read_raw()
506 if (stepid == map_val) { in tiadc_read_raw()

Completed in 3 milliseconds