Home
last modified time | relevance | path

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

/openbmc/u-boot/board/siemens/pxm2/
H A Dpmic.h57 #define PMIC_OP_REG_CMD_MASK (0x1 << 7) macro
H A Dboard.c105 buf[0] &= ~PMIC_OP_REG_CMD_MASK; in voltage_update()