Home
last modified time | relevance | path

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

/openbmc/linux/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()