Searched refs:RK808_BUCK_VSEL_MASK (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/power/regulator/ |
H A D | rk8xx.c | 23 #define RK808_BUCK_VSEL_MASK 0x3f macro 44 { 712500, 12500, REG_BUCK1_ON_VSEL, RK808_BUCK_VSEL_MASK, }, 45 { 712500, 12500, REG_BUCK2_ON_VSEL, RK808_BUCK_VSEL_MASK, }, 46 { 712500, 12500, -1, RK808_BUCK_VSEL_MASK, },
|
/openbmc/linux/drivers/regulator/ |
H A D | rk808-regulator.c | 29 #define RK808_BUCK_VSEL_MASK 0x3f macro 1140 .vsel_mask = RK808_BUCK_VSEL_MASK, 1160 .vsel_mask = RK808_BUCK_VSEL_MASK,
|