Symbol: PFUZE100
drivers/regulator/pfuze100-regulator.c
110
{ .compatible = "fsl,pfuze100", .data = (void *)PFUZE100},
drivers/regulator/pfuze100-regulator.c
137
case PFUZE100:
drivers/regulator/pfuze100-regulator.c
371
PFUZE100_SW_REG(PFUZE100, SW1AB, PFUZE100_SW1ABVOL, 300000, 1875000, 25000),
drivers/regulator/pfuze100-regulator.c
372
PFUZE100_SW_REG(PFUZE100, SW1C, PFUZE100_SW1CVOL, 300000, 1875000, 25000),
drivers/regulator/pfuze100-regulator.c
373
PFUZE100_SW_REG(PFUZE100, SW2, PFUZE100_SW2VOL, 400000, 1975000, 25000),
drivers/regulator/pfuze100-regulator.c
374
PFUZE100_SW_REG(PFUZE100, SW3A, PFUZE100_SW3AVOL, 400000, 1975000, 25000),
drivers/regulator/pfuze100-regulator.c
375
PFUZE100_SW_REG(PFUZE100, SW3B, PFUZE100_SW3BVOL, 400000, 1975000, 25000),
drivers/regulator/pfuze100-regulator.c
376
PFUZE100_SW_REG(PFUZE100, SW4, PFUZE100_SW4VOL, 400000, 1975000, 25000),
drivers/regulator/pfuze100-regulator.c
377
PFUZE100_SWB_REG(PFUZE100, SWBST, PFUZE100_SWBSTCON1, 0x3 , pfuze100_swbst),
drivers/regulator/pfuze100-regulator.c
378
PFUZE100_SWB_REG(PFUZE100, VSNVS, PFUZE100_VSNVSVOL, 0x7, pfuze100_vsnvs),
drivers/regulator/pfuze100-regulator.c
379
PFUZE100_FIXED_REG(PFUZE100, VREFDDR, PFUZE100_VREFDDRCON, 750000),
drivers/regulator/pfuze100-regulator.c
380
PFUZE100_VGEN_REG(PFUZE100, VGEN1, PFUZE100_VGEN1VOL, 800000, 1550000, 50000),
drivers/regulator/pfuze100-regulator.c
381
PFUZE100_VGEN_REG(PFUZE100, VGEN2, PFUZE100_VGEN2VOL, 800000, 1550000, 50000),
drivers/regulator/pfuze100-regulator.c
382
PFUZE100_VGEN_REG(PFUZE100, VGEN3, PFUZE100_VGEN3VOL, 1800000, 3300000, 100000),
drivers/regulator/pfuze100-regulator.c
383
PFUZE100_VGEN_REG(PFUZE100, VGEN4, PFUZE100_VGEN4VOL, 1800000, 3300000, 100000),
drivers/regulator/pfuze100-regulator.c
384
PFUZE100_VGEN_REG(PFUZE100, VGEN5, PFUZE100_VGEN5VOL, 1800000, 3300000, 100000),
drivers/regulator/pfuze100-regulator.c
385
PFUZE100_VGEN_REG(PFUZE100, VGEN6, PFUZE100_VGEN6VOL, 1800000, 3300000, 100000),
drivers/regulator/pfuze100-regulator.c
386
PFUZE100_COIN_REG(PFUZE100, COIN, PFUZE100_COINVOL, 0x7, pfuze100_coin),
drivers/regulator/pfuze100-regulator.c
546
case PFUZE100:
drivers/regulator/pfuze100-regulator.c
621
if (pfuze_chip->chip_id != PFUZE100) {
drivers/regulator/pfuze100-regulator.c
649
if (((value & 0x0f) == 0x8) && (pfuze_chip->chip_id == PFUZE100)) {
drivers/regulator/pfuze100-regulator.c
754
case PFUZE100:
drivers/regulator/pfuze100-regulator.c
763
(pfuze_chip->chip_id == PFUZE100) ? "100" :
drivers/regulator/pfuze100-regulator.c
812
if (pfuze_chip->chip_id == PFUZE100 ||