Searched refs:PFUZE200 (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/regulator/ |
H A D | pfuze100-regulator.c | 63 enum chips { PFUZE100, PFUZE200, PFUZE3000 = 3, PFUZE3001 = 0x31, }; enumerator 111 { .compatible = "fsl,pfuze200", .data = (void *)PFUZE200}, 134 case PFUZE200: in pfuze100_set_ramp_delay() 391 PFUZE100_SW_REG(PFUZE200, SW2, PFUZE100_SW2VOL, 400000, 1975000, 25000), 392 PFUZE100_SW_REG(PFUZE200, SW3A, PFUZE100_SW3AVOL, 400000, 1975000, 25000), 396 PFUZE100_FIXED_REG(PFUZE200, VREFDDR, PFUZE100_VREFDDRCON, 750000), 403 PFUZE100_COIN_REG(PFUZE200, COIN, PFUZE100_COINVOL, 0x7, pfuze100_coin), 540 case PFUZE200: in pfuze_parse_regulators_dt() 748 case PFUZE200: in pfuze100_regulator_probe() 764 (((pfuze_chip->chip_id == PFUZE200) ? "200" : in pfuze100_regulator_probe() [all …]
|
/openbmc/u-boot/drivers/power/pmic/ |
H A D | pfuze100.c | 81 { .compatible = "fsl,pfuze200", .data = PFUZE200, },
|
/openbmc/u-boot/include/power/ |
H A D | pfuze100_pmic.h | 11 enum {PFUZE100 = 0x10, PFUZE200 = 0x11, PFUZE3000 = 0x30}; enumerator
|
/openbmc/linux/Documentation/devicetree/bindings/regulator/ |
H A D | pfuze100.yaml | 16 --PFUZE200
|
/openbmc/u-boot/drivers/power/regulator/ |
H A D | pfuze100.c | 272 case PFUZE200: in pfuze100_regulator_probe()
|