Searched refs:hw_settle (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/thermal/qcom/ |
H A D | qcom-spmi-adc-tm5.c | 168 unsigned int *hw_settle; member 855 ret = qcom_adc5_hw_settle_time_from_dt(value, adc_tm->data->hw_settle); in adc_tm5_get_dt_channel_data() 903 .hw_settle = (unsigned int []) { 15, 100, 200, 300, 400, 500, 600, 700, 917 .hw_settle = (unsigned int []) { 0, 100, 200, 300, 400, 500, 600, 700, 930 .hw_settle = (unsigned int []) { 15, 100, 200, 300, 400, 500, 600, 700,
|
/openbmc/linux/include/linux/iio/adc/ |
H A D | qcom-vadc-common.h | 159 int qcom_adc5_hw_settle_time_from_dt(u32 value, const unsigned int *hw_settle);
|
/openbmc/linux/drivers/iio/adc/ |
H A D | qcom-vadc-common.c | 726 const unsigned int *hw_settle) in qcom_adc5_hw_settle_time_from_dt() argument 731 if (value == hw_settle[i]) in qcom_adc5_hw_settle_time_from_dt()
|