Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/adc/
H A Dadc-uclass.c51 const char *supply_type; in adc_supply_enable() local
55 supply_type = "vdd"; in adc_supply_enable()
60 supply_type = "vss"; in adc_supply_enable()
65 pr_err("%s: can't enable %s-supply!", dev->name, supply_type); in adc_supply_enable()