Searched refs:WL2868C_LDO_EN (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/regulator/ |
| H A D | wl2868c-regulator.c | 34 #define WL2868C_LDO_EN 0x0e macro 116 WL2868C_LDO1_VOUT, WL2868C_VSEL_MASK, WL2868C_LDO_EN, BIT(0), BIT(0), 0), 118 WL2868C_LDO2_VOUT, WL2868C_VSEL_MASK, WL2868C_LDO_EN, BIT(1), BIT(1), 0), 120 WL2868C_LDO3_VOUT, WL2868C_VSEL_MASK, WL2868C_LDO_EN, BIT(2), BIT(2), 0), 122 WL2868C_LDO4_VOUT, WL2868C_VSEL_MASK, WL2868C_LDO_EN, BIT(3), BIT(3), 0), 124 WL2868C_LDO5_VOUT, WL2868C_VSEL_MASK, WL2868C_LDO_EN, BIT(4), BIT(4), 0), 126 WL2868C_LDO6_VOUT, WL2868C_VSEL_MASK, WL2868C_LDO_EN, BIT(5), BIT(5), 0), 128 WL2868C_LDO7_VOUT, WL2868C_VSEL_MASK, WL2868C_LDO_EN, BIT(6), BIT(6), 0), 251 regmap_write(wl2868c->regmap, WL2868C_LDO_EN, 0x80); in wl2868c_regulator_shutdown() 260 regmap_read(wl2868c->regmap, WL2868C_LDO_EN, &wl2868c->ldo_en); in wl2868c_suspend() [all …]
|