Home
last modified time | relevance | path

Searched refs:PFUZE100 (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/regulator/
H A Dpfuze100-regulator.c63 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 DKconfig973 tristate "Freescale PFUZE100/200/3000/3001 regulator driver"
978 PFUZE100/200/3000/3001 PMIC.
/openbmc/u-boot/drivers/power/pmic/
H A Dpfuze100.c80 { .compatible = "fsl,pfuze100", .data = PFUZE100, },
H A DKconfig66 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 Dpfuze100.yaml7 title: PFUZE100 family of regulators
14 --PFUZE100
/openbmc/u-boot/include/power/
H A Dpfuze100_pmic.h11 enum {PFUZE100 = 0x10, PFUZE200 = 0x11, PFUZE3000 = 0x30}; enumerator
/openbmc/u-boot/drivers/power/regulator/
H A DKconfig47 bool "Enable Driver Model for REGULATOR PFUZE100"
51 features for REGULATOR PFUZE100. The driver implements get/set api for:
H A Dpfuze100.c267 case PFUZE100: in pfuze100_regulator_probe()