Home
last modified time | relevance | path

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

/openbmc/u-boot/board/siemens/pxm2/
H A Dpmic.h61 #define PMIC_OP_REG_SEL_MASK (0x7F) macro
H A Dboard.c114 buf[0] &= ~PMIC_OP_REG_SEL_MASK; in voltage_update()
123 if ((buf[0] & PMIC_OP_REG_SEL_MASK) != vddx_op_vol_sel) in voltage_update()