Searched refs:vcalib_value (Results 1 – 1 of 1) sorted by relevance
371 int vcalib_value = 0; in rk817_bat_get_vaclib0() local373 vcalib_value |= rk817_bat_read(battery, VCALIB0_H) << 8; in rk817_bat_get_vaclib0()374 vcalib_value |= rk817_bat_read(battery, VCALIB0_L); in rk817_bat_get_vaclib0()376 return vcalib_value; in rk817_bat_get_vaclib0()381 int vcalib_value = 0; in rk817_bat_get_vaclib1() local383 vcalib_value |= rk817_bat_read(battery, VCALIB1_H) << 8; in rk817_bat_get_vaclib1()384 vcalib_value |= rk817_bat_read(battery, VCALIB1_L); in rk817_bat_get_vaclib1()386 return vcalib_value; in rk817_bat_get_vaclib1()