Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/iio/adc/
H A Dti_am335x_adc.c175 unsigned int status, config, adc_fsm; in tiadc_irq_h() local
197 adc_fsm = tiadc_readl(adc_dev, REG_ADCFSM); in tiadc_irq_h()
198 } while (adc_fsm != 0x10 && count++ < 100); in tiadc_irq_h()
/kernel/linux/linux-6.6/drivers/iio/adc/
H A Dti_am335x_adc.c153 unsigned int status, config, adc_fsm; in tiadc_irq_h() local
177 adc_fsm = tiadc_readl(adc_dev, REG_ADCFSM); in tiadc_irq_h()
178 } while (adc_fsm != 0x10 && count++ < 100); in tiadc_irq_h()

Completed in 3 milliseconds