Searched refs:PFUZE100 (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/regulator/ |
H A D | pfuze100-regulator.c | 63 enum chips { PFUZE100, PFUZE200, PFUZE3000 = 3, PFUZE3001 = 0x31, }; enumerator 110 { .compatible = "fsl,pfuze100", .data = (void *)PFUZE100}, 137 case PFUZE100: in pfuze100_set_ramp_delay() 373 PFUZE100_SW_REG(PFUZE100, SW2, PFUZE100_SW2VOL, 400000, 1975000, 25000), 379 PFUZE100_FIXED_REG(PFUZE100, VREFDDR, PFUZE100_VREFDDRCON, 750000), 546 case PFUZE100: in pfuze_parse_regulators_dt() 621 if (pfuze_chip->chip_id != PFUZE100) { in pfuze_power_off_prepare_init() 649 if (((value & 0x0f) == 0x8) && (pfuze_chip->chip_id == PFUZE100)) { in pfuze_identify() 754 case PFUZE100: in pfuze100_regulator_probe() 763 (pfuze_chip->chip_id == PFUZE100) ? "100" : in pfuze100_regulator_probe() [all …]
|
H A D | Kconfig | 973 tristate "Freescale PFUZE100/200/3000/3001 regulator driver" 978 PFUZE100/200/3000/3001 PMIC.
|
/openbmc/u-boot/drivers/power/pmic/ |
H A D | pfuze100.c | 80 { .compatible = "fsl,pfuze100", .data = PFUZE100, },
|
H A D | Kconfig | 66 bool "Enable Driver Model for PMIC PFUZE100" 70 for PMIC PFUZE100. The driver implements read/write operations.
|
/openbmc/linux/Documentation/devicetree/bindings/regulator/ |
H A D | pfuze100.yaml | 7 title: PFUZE100 family of regulators 14 --PFUZE100
|
/openbmc/u-boot/include/power/ |
H A D | pfuze100_pmic.h | 11 enum {PFUZE100 = 0x10, PFUZE200 = 0x11, PFUZE3000 = 0x30}; enumerator
|
/openbmc/u-boot/drivers/power/regulator/ |
H A D | Kconfig | 47 bool "Enable Driver Model for REGULATOR PFUZE100" 51 features for REGULATOR PFUZE100. The driver implements get/set api for:
|
H A D | pfuze100.c | 267 case PFUZE100: in pfuze100_regulator_probe()
|