Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/power/regulator/
H A Dpfuze100.c39 unsigned int *volt_table; member
77 .volt_table = (voltages), \
86 .volt_table = (voltages), \
461 } else if (desc->volt_table) { in pfuze100_regulator_val()
466 *uV = desc->volt_table[val]; in pfuze100_regulator_val()
485 } else if (desc->volt_table) { in pfuze100_regulator_val()
487 if (*uV == desc->volt_table[i]) in pfuze100_regulator_val()
H A Dact8846.c75 static int check_volt_table(const u16 *volt_table, int uvolt) in check_volt_table() argument
80 if (uvolt <= (volt_table[i] * 1000)) in check_volt_table()