Home
last modified time | relevance | path

Searched refs:AXP209_CHIP_VERSION_MASK (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Daxp209.h29 #define AXP209_CHIP_VERSION_MASK 0x0f macro
/openbmc/u-boot/drivers/power/
H A Daxp209.c203 if ((ver & AXP209_CHIP_VERSION_MASK) != 0x1) in axp_init()