Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/iio/adc/
Dqcom-spmi-adc5.c126 unsigned int hw_settle_time; member
259 buf[3] |= prop->hw_settle_time; in adc5_configure()
299 buf[3] |= prop->hw_settle_time; in adc7_configure()
730 prop->hw_settle_time = ret; in adc5_get_fw_channel_data()
732 prop->hw_settle_time = VADC_DEF_HW_SETTLE_TIME; in adc5_get_fw_channel_data()
Dqcom-spmi-vadc.c94 unsigned int hw_settle_time; member
235 ret = vadc_write(vadc, VADC_HW_SETTLE_DELAY, prop->hw_settle_time); in vadc_configure()
724 prop->hw_settle_time = ret; in vadc_get_fw_channel_data()
726 prop->hw_settle_time = VADC_DEF_HW_SETTLE_TIME; in vadc_get_fw_channel_data()
/Linux-v6.6/drivers/thermal/qcom/
Dqcom-spmi-adc-tm5.c200 unsigned int hw_settle_time; member
551 buf[6] |= FIELD_PREP(ADC_TM5_M_CTL_HW_SETTLE_DELAY_MASK, channel->hw_settle_time); in adc_tm5_configure()
601 buf[5] = channel->hw_settle_time & ADC_TM_GEN2_HW_SETTLE_DELAY; in adc_tm5_gen2_configure()
861 channel->hw_settle_time = ret; in adc_tm5_get_dt_channel_data()
863 channel->hw_settle_time = VADC_DEF_HW_SETTLE_TIME; in adc_tm5_get_dt_channel_data()