Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/iio/adc/
Dqcom-vadc-common.h150 const u32 full_scale_code_volt; member
Dqcom-spmi-adc5.c808 .full_scale_code_volt = 0x70e4,
823 .full_scale_code_volt = 0x70e4,
835 .full_scale_code_volt = 0x4000,
Dqcom-vadc-common.c483 voltage = div64_s64(voltage, data->full_scale_code_volt); in qcom_vadc_scale_code_voltage_factor()