Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/power/regulator/
H A Dsy7636a_regulator.c59 ret = pmic_reg_read(pmic, SY7636A_REG_VCOM_ADJUST_CTRL_H); in sy7636a_set_value()
77 ret = pmic_reg_write(pmic, SY7636A_REG_VCOM_ADJUST_CTRL_H, (val >> 1) & 0x80); in sy7636a_set_value()
/rk3399_rockchip-uboot/include/power/
H A Dsy7636a.h16 #define SY7636A_REG_VCOM_ADJUST_CTRL_H 0x02 macro