Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/power/
H A Dtps65910.h59 #define TPS65910_OP_REG_CMD_MASK (0x1 << 7) macro
/OK3568_Linux_fs/u-boot/drivers/power/pmic/
H A Dpmic_tps65910.c57 buf &= ~TPS65910_OP_REG_CMD_MASK; in tps65910_voltage_update()