Home
last modified time | relevance | path

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

/linux/drivers/iio/adc/
H A Dqcom-spmi-adc5.c125 unsigned int hw_settle_time; member
258 buf[3] |= prop->hw_settle_time; in adc5_configure()
298 buf[3] |= prop->hw_settle_time; in adc7_configure()
729 prop->hw_settle_time = ret; in adc5_get_fw_channel_data()
731 prop->hw_settle_time = VADC_DEF_HW_SETTLE_TIME; in adc5_get_fw_channel_data()
H A Dqcom-spmi-vadc.c93 unsigned int hw_settle_time; member
234 ret = vadc_write(vadc, VADC_HW_SETTLE_DELAY, prop->hw_settle_time); in vadc_configure()
723 prop->hw_settle_time = ret; in vadc_get_fw_channel_data()
725 prop->hw_settle_time = VADC_DEF_HW_SETTLE_TIME; in vadc_get_fw_channel_data()
/linux/drivers/thermal/qcom/
H A Dqcom-spmi-adc-tm5.c200 unsigned int hw_settle_time; member
548 buf[6] |= FIELD_PREP(ADC_TM5_M_CTL_HW_SETTLE_DELAY_MASK, channel->hw_settle_time); in adc_tm5_configure()
598 buf[5] = channel->hw_settle_time & ADC_TM_GEN2_HW_SETTLE_DELAY; in adc_tm5_gen2_configure()
855 channel->hw_settle_time = ret; in adc_tm5_get_dt_channel_data()
857 channel->hw_settle_time = VADC_DEF_HW_SETTLE_TIME; in adc_tm5_get_dt_channel_data()