Searched refs:PFUZE3000 (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 112 { .compatible = "fsl,pfuze3000", .data = (void *)PFUZE3000}, 131 case PFUZE3000: in pfuze100_set_ramp_delay() 407 PFUZE3000_SW_REG(PFUZE3000, SW1A, PFUZE100_SW1ABVOL, 0x1f, pfuze3000_sw1a), 408 PFUZE100_SW_REG(PFUZE3000, SW1B, PFUZE100_SW1CVOL, 700000, 1475000, 25000), 409 PFUZE3000_SW_REG(PFUZE3000, SW2, PFUZE100_SW2VOL, 0x7, pfuze3000_sw2lo), 410 PFUZE3000_SW3_REG(PFUZE3000, SW3, PFUZE100_SW3AVOL, 900000, 1650000, 50000), 411 PFUZE100_SWB_REG(PFUZE3000, SWBST, PFUZE100_SWBSTCON1, 0x3, pfuze100_swbst), 412 PFUZE100_SWB_REG(PFUZE3000, VSNVS, PFUZE100_VSNVSVOL, 0x7, pfuze100_vsnvs), 413 PFUZE100_FIXED_REG(PFUZE3000, VREFDDR, PFUZE100_VREFDDRCON, 750000), [all …]
|
/openbmc/u-boot/drivers/power/pmic/ |
H A D | pfuze100.c | 27 return dev->driver_data == PFUZE3000 ? PFUZE3000_NUM_OF_REGS : PFUZE100_NUM_OF_REGS; in pfuze100_reg_count() 82 { .compatible = "fsl,pfuze3000", .data = PFUZE3000, },
|
/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 | 277 case PFUZE3000: in pfuze100_regulator_probe()
|