Home
last modified time | relevance | path

Searched refs:SANDBOX_PMIC_REG_COUNT (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/power/pmic/
H A Di2c_pmic_emul.c25 u8 reg[SANDBOX_PMIC_REG_COUNT];
33 if (plat->rw_reg + len > SANDBOX_PMIC_REG_COUNT) { in sandbox_i2c_pmic_read_data()
35 SANDBOX_PMIC_REG_COUNT); in sandbox_i2c_pmic_read_data()
70 if (plat->rw_reg + len > SANDBOX_PMIC_REG_COUNT) { in sandbox_i2c_pmic_write_data()
72 SANDBOX_PMIC_REG_COUNT); in sandbox_i2c_pmic_write_data()
111 SANDBOX_PMIC_REG_COUNT); in sandbox_i2c_pmic_ofdata_to_platdata()
119 memcpy(&plat->reg, reg_defaults, SANDBOX_PMIC_REG_COUNT); in sandbox_i2c_pmic_ofdata_to_platdata()
H A Dsandbox.c27 return SANDBOX_PMIC_REG_COUNT; in sandbox_pmic_reg_count()
/OK3568_Linux_fs/u-boot/test/dm/
H A Dpmic.c53 ut_asserteq(reg_count, SANDBOX_PMIC_REG_COUNT); in dm_test_power_pmic_io()
/OK3568_Linux_fs/u-boot/include/power/
H A Dsandbox_pmic.h40 SANDBOX_PMIC_REG_COUNT = 16, enumerator