Searched full:max8660 (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/regulator/ |
H A D | max8660.c | 3 * max8660.c -- Voltage regulation for the Maxim 8660/8661 11 * Datasheet: http://datasheets.maxim-ic.com/en/ds/MAX8660-MAX8661.pdf 33 #include <linux/regulator/max8660.h> 68 struct max8660 { struct 73 static int max8660_write(struct max8660 *max8660, u8 reg, u8 mask, u8 val) in max8660_write() argument 80 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 …]
|
H A D | Makefile | 76 obj-$(CONFIG_REGULATOR_MAX8660) += max8660.o
|
/openbmc/linux/Documentation/devicetree/bindings/regulator/ |
H A D | max8660.yaml | 4 $id: http://devicetree.org/schemas/regulator/max8660.yaml# 7 title: Maxim MAX8660 voltage regulator 17 - maxim,max8660 42 compatible = "maxim,max8660";
|
/openbmc/linux/include/linux/regulator/ |
H A D | max8660.h | 3 * max8660.h -- Voltage regulation for the Maxim 8660/8661 35 * max8660_platform_data - platform data for max8660
|
/openbmc/linux/arch/arm/boot/dts/intel/pxa/ |
H A D | pxa300-raumfeld-common.dtsi | 186 max8660: regulator@34 { label 187 compatible = "maxim,max8660";
|
/openbmc/ |
D | opengrok1.0.log | 3214 2025-03-15 03:00:41.864-0500 FINEST t473 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/max8660.yaml' (1,564) at 20240405153045145 [all...] |
D | opengrok2.0.log | 3321 2025-03-14 03:00:45.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/max8660.yaml' (1,564) at 20240405153045145 [all...] |
/openbmc/linux/ |
H A D | opengrok0.0.log | [all...] |