PFUZE100          109 drivers/regulator/pfuze100-regulator.c 	{.name = "pfuze100", .driver_data = PFUZE100},
PFUZE100          118 drivers/regulator/pfuze100-regulator.c 	{ .compatible = "fsl,pfuze100", .data = (void *)PFUZE100},
PFUZE100          145 drivers/regulator/pfuze100-regulator.c 	case PFUZE100:
PFUZE100          358 drivers/regulator/pfuze100-regulator.c 	PFUZE100_SW_REG(PFUZE100, SW1AB, PFUZE100_SW1ABVOL, 300000, 1875000, 25000),
PFUZE100          359 drivers/regulator/pfuze100-regulator.c 	PFUZE100_SW_REG(PFUZE100, SW1C, PFUZE100_SW1CVOL, 300000, 1875000, 25000),
PFUZE100          360 drivers/regulator/pfuze100-regulator.c 	PFUZE100_SW_REG(PFUZE100, SW2, PFUZE100_SW2VOL, 400000, 1975000, 25000),
PFUZE100          361 drivers/regulator/pfuze100-regulator.c 	PFUZE100_SW_REG(PFUZE100, SW3A, PFUZE100_SW3AVOL, 400000, 1975000, 25000),
PFUZE100          362 drivers/regulator/pfuze100-regulator.c 	PFUZE100_SW_REG(PFUZE100, SW3B, PFUZE100_SW3BVOL, 400000, 1975000, 25000),
PFUZE100          363 drivers/regulator/pfuze100-regulator.c 	PFUZE100_SW_REG(PFUZE100, SW4, PFUZE100_SW4VOL, 400000, 1975000, 25000),
PFUZE100          364 drivers/regulator/pfuze100-regulator.c 	PFUZE100_SWB_REG(PFUZE100, SWBST, PFUZE100_SWBSTCON1, 0x3 , pfuze100_swbst),
PFUZE100          365 drivers/regulator/pfuze100-regulator.c 	PFUZE100_SWB_REG(PFUZE100, VSNVS, PFUZE100_VSNVSVOL, 0x7, pfuze100_vsnvs),
PFUZE100          366 drivers/regulator/pfuze100-regulator.c 	PFUZE100_FIXED_REG(PFUZE100, VREFDDR, PFUZE100_VREFDDRCON, 750000),
PFUZE100          367 drivers/regulator/pfuze100-regulator.c 	PFUZE100_VGEN_REG(PFUZE100, VGEN1, PFUZE100_VGEN1VOL, 800000, 1550000, 50000),
PFUZE100          368 drivers/regulator/pfuze100-regulator.c 	PFUZE100_VGEN_REG(PFUZE100, VGEN2, PFUZE100_VGEN2VOL, 800000, 1550000, 50000),
PFUZE100          369 drivers/regulator/pfuze100-regulator.c 	PFUZE100_VGEN_REG(PFUZE100, VGEN3, PFUZE100_VGEN3VOL, 1800000, 3300000, 100000),
PFUZE100          370 drivers/regulator/pfuze100-regulator.c 	PFUZE100_VGEN_REG(PFUZE100, VGEN4, PFUZE100_VGEN4VOL, 1800000, 3300000, 100000),
PFUZE100          371 drivers/regulator/pfuze100-regulator.c 	PFUZE100_VGEN_REG(PFUZE100, VGEN5, PFUZE100_VGEN5VOL, 1800000, 3300000, 100000),
PFUZE100          372 drivers/regulator/pfuze100-regulator.c 	PFUZE100_VGEN_REG(PFUZE100, VGEN6, PFUZE100_VGEN6VOL, 1800000, 3300000, 100000),
PFUZE100          373 drivers/regulator/pfuze100-regulator.c 	PFUZE100_COIN_REG(PFUZE100, COIN, PFUZE100_COINVOL, 0x7, pfuze100_coin),
PFUZE100          533 drivers/regulator/pfuze100-regulator.c 	case PFUZE100:
PFUZE100          619 drivers/regulator/pfuze100-regulator.c 	if (pfuze_chip->chip_id != PFUZE100) {
PFUZE100          649 drivers/regulator/pfuze100-regulator.c 	if (((value & 0x0f) == 0x8) && (pfuze_chip->chip_id == PFUZE100)) {
PFUZE100          757 drivers/regulator/pfuze100-regulator.c 	case PFUZE100:
PFUZE100          766 drivers/regulator/pfuze100-regulator.c 		(pfuze_chip->chip_id == PFUZE100) ? "100" :