Symbol: PFUZE3000
drivers/regulator/pfuze100-regulator.c
112
{ .compatible = "fsl,pfuze3000", .data = (void *)PFUZE3000},
drivers/regulator/pfuze100-regulator.c
131
case PFUZE3000:
drivers/regulator/pfuze100-regulator.c
407
PFUZE3000_SW_REG(PFUZE3000, SW1A, PFUZE100_SW1ABVOL, 0x1f, pfuze3000_sw1a),
drivers/regulator/pfuze100-regulator.c
408
PFUZE100_SW_REG(PFUZE3000, SW1B, PFUZE100_SW1CVOL, 700000, 1475000, 25000),
drivers/regulator/pfuze100-regulator.c
409
PFUZE3000_SW_REG(PFUZE3000, SW2, PFUZE100_SW2VOL, 0x7, pfuze3000_sw2lo),
drivers/regulator/pfuze100-regulator.c
410
PFUZE3000_SW3_REG(PFUZE3000, SW3, PFUZE100_SW3AVOL, 900000, 1650000, 50000),
drivers/regulator/pfuze100-regulator.c
411
PFUZE100_SWB_REG(PFUZE3000, SWBST, PFUZE100_SWBSTCON1, 0x3, pfuze100_swbst),
drivers/regulator/pfuze100-regulator.c
412
PFUZE100_SWB_REG(PFUZE3000, VSNVS, PFUZE100_VSNVSVOL, 0x7, pfuze100_vsnvs),
drivers/regulator/pfuze100-regulator.c
413
PFUZE100_FIXED_REG(PFUZE3000, VREFDDR, PFUZE100_VREFDDRCON, 750000),
drivers/regulator/pfuze100-regulator.c
414
PFUZE100_VGEN_REG(PFUZE3000, VLDO1, PFUZE100_VGEN1VOL, 1800000, 3300000, 100000),
drivers/regulator/pfuze100-regulator.c
415
PFUZE100_VGEN_REG(PFUZE3000, VLDO2, PFUZE100_VGEN2VOL, 800000, 1550000, 50000),
drivers/regulator/pfuze100-regulator.c
416
PFUZE3000_VCC_REG(PFUZE3000, VCCSD, PFUZE100_VGEN3VOL, 2850000, 3300000, 150000),
drivers/regulator/pfuze100-regulator.c
417
PFUZE3000_VCC_REG(PFUZE3000, V33, PFUZE100_VGEN4VOL, 2850000, 3300000, 150000),
drivers/regulator/pfuze100-regulator.c
418
PFUZE100_VGEN_REG(PFUZE3000, VLDO3, PFUZE100_VGEN5VOL, 1800000, 3300000, 100000),
drivers/regulator/pfuze100-regulator.c
419
PFUZE100_VGEN_REG(PFUZE3000, VLDO4, PFUZE100_VGEN6VOL, 1800000, 3300000, 100000),
drivers/regulator/pfuze100-regulator.c
535
case PFUZE3000:
drivers/regulator/pfuze100-regulator.c
741
case PFUZE3000:
drivers/regulator/pfuze100-regulator.c
765
((pfuze_chip->chip_id == PFUZE3000) ? "3000" : "3001"))));
drivers/regulator/pfuze100-regulator.c
793
if (pfuze_chip->chip_id == PFUZE3000 ||