Searched full:max8660 (Results 1 – 5 of 5) sorted by relevance
3 * max8660.c -- Voltage regulation for the Maxim 8660/866111 * Datasheet: http://datasheets.maxim-ic.com/en/ds/MAX8660-MAX8661.pdf33 #include <linux/regulator/max8660.h>68 struct max8660 { struct73 static int max8660_write(struct max8660 *max8660, u8 reg, u8 mask, u8 val) in max8660_write() argument80 u8 reg_val = (max8660->shadow_regs[reg] & mask) | val; in max8660_write()82 dev_vdbg(&max8660->client->dev, "Writing reg %02x with %02x\n", in max8660_write()85 ret = i2c_smbus_write_byte_data(max8660->client, in max8660_write()88 max8660->shadow_regs[reg] = reg_val; in max8660_write()100 struct max8660 *max8660 = rdev_get_drvdata(rdev); in max8660_dcdc_is_enabled() local[all …]
80 obj-$(CONFIG_REGULATOR_MAX8660) += max8660.o
4 $id: http://devicetree.org/schemas/regulator/max8660.yaml#7 title: Maxim MAX8660 voltage regulator17 - maxim,max866042 compatible = "maxim,max8660";
3 * max8660.h -- Voltage regulation for the Maxim 8660/866135 * max8660_platform_data - platform data for max8660
186 max8660: regulator@34 { label187 compatible = "maxim,max8660";