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

/freebsd-12-stable/sys/dev/iicbus/
H A Dsyr827.c55 #define VSEL_NSEL_MASK 0x3F macro
140 cur_uvolt = (val & VSEL_NSEL_MASK) * VSEL_VOLTAGE_STEP +
144 val &= ~VSEL_NSEL_MASK;
164 *uvolt = (val & VSEL_NSEL_MASK) * VSEL_VOLTAGE_STEP +

Completed in 100 milliseconds