Searched refs:PFUZE200 (Results 1 – 4 of 4) 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() 390 PFUZE100_SW_REG(PFUZE200, SW1AB, PFUZE100_SW1ABVOL, 300000, 1875000, 25000), 391 PFUZE100_SW_REG(PFUZE200, SW2, PFUZE100_SW2VOL, 400000, 1975000, 25000), 392 PFUZE100_SW_REG(PFUZE200, SW3A, PFUZE100_SW3AVOL, 400000, 1975000, 25000), 393 PFUZE100_SW_REG(PFUZE200, SW3B, PFUZE100_SW3BVOL, 400000, 1975000, 25000), 394 PFUZE100_SWB_REG(PFUZE200, SWBST, PFUZE100_SWBSTCON1, 0x3 , pfuze100_swbst), 395 PFUZE100_SWB_REG(PFUZE200, VSNVS, PFUZE100_VSNVSVOL, 0x7, pfuze100_vsnvs), 396 PFUZE100_FIXED_REG(PFUZE200, VREFDDR, PFUZE100_VREFDDRCON, 750000), [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/u-boot/drivers/power/regulator/ |
H A D | pfuze100.c | 272 case PFUZE200: in pfuze100_regulator_probe()
|