Home
last modified time | relevance | path

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

/freebsd/sys/dev/iicbus/pmic/silergy/
H A Dsyr827.c52 #define VSEL_NSEL_MASK 0x3F macro
137 cur_uvolt = (val & VSEL_NSEL_MASK) * VSEL_VOLTAGE_STEP + in syr827_regnode_set_voltage()
141 val &= ~VSEL_NSEL_MASK; in syr827_regnode_set_voltage()
161 *uvolt = (val & VSEL_NSEL_MASK) * VSEL_VOLTAGE_STEP + in syr827_regnode_get_voltage()