| /openbmc/u-boot/drivers/adc/ |
| H A D | stm32-adc-core.h | 47 struct udevice *vref; member
|
| H A D | adc-uclass.c | 348 int ret, val, vref; in adc_raw_to_uV() local 351 ret = adc_vdd_value(dev, &vref); in adc_raw_to_uV() 356 vref -= val; in adc_raw_to_uV() 362 raw64 *= vref; in adc_raw_to_uV()
|
| H A D | stm32-adc-core.c | 149 ret = device_get_supply_regulator(dev, "vref-supply", &common->vref); in stm32_adc_core_probe() 155 ret = regulator_get_value(common->vref); in stm32_adc_core_probe()
|
| H A D | stm32-adc.c | 218 uc_pdata->vdd_supply = common->vref; in stm32_adc_probe()
|
| /openbmc/qemu/include/hw/adc/ |
| H A D | npcm7xx_adc.h | 59 uint32_t vref; member
|
| /openbmc/qemu/hw/adc/ |
| H A D | npcm7xx_adc.c | 99 ? s->iref : s->vref; in npcm7xx_adc_convert_done() 248 &s->vref, OBJ_PROP_FLAG_WRITE); in npcm7xx_adc_init() 262 VMSTATE_UINT32(vref, NPCM7xxADCState),
|
| /openbmc/qemu/tests/qtest/ |
| H A D | npcm7xx_adc-test.c | 236 uint32_t index, input, vref, output, expected_output; in test_convert_external() local 244 vref = vref_list[j]; in test_convert_external() 245 expected_output = adc_calculate_output(input, vref); in test_convert_external() 248 adc_write_vref(qts, adc, vref); in test_convert_external()
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | stm32429i-eval.dts | 50 regulator-name = "vref"; 117 vref-supply = <®_vref>;
|
| H A D | imx6ul-pico-hobbit.dts | 76 vref-supply = <®_3p3v>;
|
| H A D | sunxi-reference-design-tablet.dtsi | 61 vref-supply = <®_vcc3v0>;
|
| H A D | sunxi-q8-common.dtsi | 61 vref-supply = <®_vcc3v0>;
|
| H A D | sun6i-a31s-colorfly-e708-q1.dts | 53 vref-supply = <®_aldo3>;
|
| H A D | at91sam9261ek.dts | 135 ti,vref-delay-usecs = /bits/ 16 <450>;
|
| H A D | at91-sama5d4ek.dts | 114 /* The vref depends on JP22 of EK. If connect 1-2 then use 3.3V. connect 2-3 use 3.0V */ 115 atmel,adc-vref = <3300>;
|
| H A D | meson-gxl-s905x-p212.dtsi | 103 vref-supply = <&vddio_ao18>;
|
| H A D | sun6i-a31s-inet-q972.dts | 73 vref-supply = <®_aldo3>;
|
| H A D | sun8i-a23-evb.dts | 80 vref-supply = <®_vcc3v0>;
|
| H A D | sun4i-a10-chuwi-v7-cw0825.dts | 98 vref-supply = <®_vcc3v0>;
|
| H A D | sun4i-a10-gemei-g9.dts | 115 vref-supply = <®_ldo2>;
|
| H A D | rk3288-tinker.dtsi | 372 nuvoton,vref-impedance = <2>; 401 vref-supply = <&vcc18_ldo1>;
|
| H A D | sun5i-a13-empire-electronix-d709.dts | 105 vref-supply = <®_ldo2>;
|
| H A D | sun6i-a31s-sina31s.dts | 147 vref-supply = <®_aldo3>;
|
| /openbmc/u-boot/arch/x86/include/asm/arch-quark/ |
| H A D | mrc.h | 79 uint32_t vref[NUM_CHANNELS][NUM_BYTE_LANES]; member
|
| /openbmc/u-boot/doc/device-tree-bindings/adc/ |
| H A D | st,stm32-adc.txt | 41 - vref-supply: Phandle to the vref input analog reference voltage. 103 vref-supply = <®_vref>;
|
| /openbmc/u-boot/drivers/ram/aspeed/ |
| H A D | sdram_ast2500.c | 123 static void ast2500_sdrammc_set_vref(struct dram_info *info, u32 vref) in ast2500_sdrammc_set_vref() argument 126 writel((vref << 8) | 0x6, &info->phy->phy[48]); in ast2500_sdrammc_set_vref()
|