Searched refs:AXP209_CHIP_VERSION_MASK (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/include/ | ||
H A D | axp209.h | 29 #define AXP209_CHIP_VERSION_MASK 0x0f macro |
/openbmc/u-boot/drivers/power/ | ||
H A D | axp209.c | 203 if ((ver & AXP209_CHIP_VERSION_MASK) != 0x1) in axp_init() |