Home
last modified time | relevance | path

Searched refs:PFUZE100 (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/regulator/
H A Dpfuze100-regulator.c63 enum chips { PFUZE100, PFUZE200, PFUZE3000 = 3, PFUZE3001 = 0x31, }; enumerator
110 { .compatible = "fsl,pfuze100", .data = (void *)PFUZE100},
137 case PFUZE100: in pfuze100_set_ramp_delay()
371 PFUZE100_SW_REG(PFUZE100, SW1AB, PFUZE100_SW1ABVOL, 300000, 1875000, 25000),
372 PFUZE100_SW_REG(PFUZE100, SW1C, PFUZE100_SW1CVOL, 300000, 1875000, 25000),
373 PFUZE100_SW_REG(PFUZE100, SW2, PFUZE100_SW2VOL, 400000, 1975000, 25000),
374 PFUZE100_SW_REG(PFUZE100, SW3A, PFUZE100_SW3AVOL, 400000, 1975000, 25000),
375 PFUZE100_SW_REG(PFUZE100, SW3B, PFUZE100_SW3BVOL, 400000, 1975000, 25000),
376 PFUZE100_SW_REG(PFUZE100, SW4, PFUZE100_SW4VOL, 400000, 1975000, 25000),
377 PFUZE100_SWB_REG(PFUZE100, SWBST, PFUZE100_SWBSTCON1, 0x3 , pfuze100_swbst),
[all …]
H A DKconfig973 tristate "Freescale PFUZE100/200/3000/3001 regulator driver"
978 PFUZE100/200/3000/3001 PMIC.
/openbmc/u-boot/drivers/power/pmic/
H A Dpfuze100.c80 { .compatible = "fsl,pfuze100", .data = PFUZE100, },
H A DKconfig66 bool "Enable Driver Model for PMIC PFUZE100"
70 for PMIC PFUZE100. The driver implements read/write operations.
/openbmc/u-boot/include/power/
H A Dpfuze100_pmic.h11 enum {PFUZE100 = 0x10, PFUZE200 = 0x11, PFUZE3000 = 0x30}; enumerator
/openbmc/u-boot/drivers/power/regulator/
H A DKconfig47 bool "Enable Driver Model for REGULATOR PFUZE100"
51 features for REGULATOR PFUZE100. The driver implements get/set api for:
H A Dpfuze100.c267 case PFUZE100: in pfuze100_regulator_probe()