Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/power/pmic/
H A Dsandbox.c24 return SANDBOX_PMIC_REG_COUNT; in sandbox_pmic_reg_count()
/openbmc/u-boot/include/power/
H A Dsandbox_pmic.h39 SANDBOX_PMIC_REG_COUNT = 16, enumerator
/openbmc/u-boot/test/dm/
H A Dpmic.c69 ut_asserteq(reg_count, SANDBOX_PMIC_REG_COUNT); in dm_test_power_pmic_io()