Searched full:pf9453 (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/regulator/ |
H A D | pf9453-regulator.c | 4 * NXP PF9453 pmic driver 33 struct pf9453 { struct 110 /* PF9453 BUCK ENMODE bits */ 116 /* PF9453 BUCK ENMODE bits */ 251 static int pf9453_pmic_write(struct pf9453 *pf9453, unsigned int reg, u8 mask, unsigned int val) in pf9453_pmic_write() argument 263 ret = regmap_read(pf9453->regmap, reg, &rxBuf); in pf9453_pmic_write() 265 dev_err(pf9453->dev, "Read reg=%0x error!\n", reg); in pf9453_pmic_write() 273 ret = regmap_raw_write(pf9453->regmap, PF9453_REG_LOCK, &key, 1U); in pf9453_pmic_write() 275 dev_err(pf9453->dev, "Write reg=%0x error!\n", reg); in pf9453_pmic_write() 279 ret = regmap_raw_write(pf9453->regmap, reg, &data, 1U); in pf9453_pmic_write() [all …]
|
/linux/Documentation/devicetree/bindings/regulator/ |
H A D | nxp,pca9450-regulator.yaml | 20 Support PF9453, Datasheet is available at 36 - nxp,pf9453 139 const: nxp,pf9453
|