Home
last modified time | relevance | path

Searched refs:reg_count (Results 1 – 22 of 22) sorted by relevance

/rk3399_rockchip-uboot/test/dm/
H A Dpmic.c48 int reg_count, i; in dm_test_power_pmic_io() local
52 reg_count = pmic_reg_count(dev); in dm_test_power_pmic_io()
53 ut_asserteq(reg_count, SANDBOX_PMIC_REG_COUNT); in dm_test_power_pmic_io()
60 for (i = 0; i < reg_count; i++) { in dm_test_power_pmic_io()
/rk3399_rockchip-uboot/tools/
H A Dzynqimage.c230 unsigned int reg_count = 0; in zynqimage_parse_initparams() local
255 zynqhdr->register_init[reg_count] = reginit; in zynqimage_parse_initparams()
256 ++reg_count; in zynqimage_parse_initparams()
259 } while ((r != EOF) && (reg_count < HEADER_REGINITS)); in zynqimage_parse_initparams()
H A Dzynqmpimage.c291 unsigned int reg_count = 0; in zynqmpimage_parse_initparams() local
316 zynqhdr->register_init[reg_count] = reginit; in zynqmpimage_parse_initparams()
317 ++reg_count; in zynqmpimage_parse_initparams()
320 } while ((r != EOF) && (reg_count < HEADER_REGINITS)); in zynqmpimage_parse_initparams()
/rk3399_rockchip-uboot/drivers/power/pmic/
H A Drn5t567.c49 .reg_count = rn5t567_reg_count,
H A Dmax8997.c46 .reg_count = max8997_reg_count,
H A Ds2mps11.c47 .reg_count = s2mps11_reg_count,
H A Dmax8998.c46 .reg_count = max8998_reg_count,
H A Dpmic-uclass.c123 if (!ops || !ops->reg_count) in pmic_reg_count()
126 return ops->reg_count(dev); in pmic_reg_count()
H A Dsandbox.c63 .reg_count = sandbox_pmic_reg_count,
H A Dact8846.c72 .reg_count = act8846_reg_count,
H A Dmax77686.c74 .reg_count = max77686_reg_count,
H A Dtps65090.c76 .reg_count = tps65090_reg_count,
H A Dpm8916.c59 .reg_count = pm8916_reg_count,
H A Dpfuze100.c76 .reg_count = pfuze100_reg_count,
H A Ds5m8767.c78 .reg_count = s5m8767_reg_count,
H A Dpmic_sy7636a.c115 .reg_count = sy7636a_reg_count,
H A Dpmic_fp9931.c117 .reg_count = fp9931_reg_count,
H A Das3722.c159 .reg_count = as3722_reg_count,
H A Dpmic_rk801.c215 .reg_count = rk801_reg_count,
H A Drk8xx_spi.c424 .reg_count = rk8xx_spi_reg_count,
H A Drk8xx.c1018 .reg_count = rk8xx_reg_count,
/rk3399_rockchip-uboot/include/power/
H A Dpmic.h164 int (*reg_count)(struct udevice *dev); member