Lines Matching defs:sel
258 unsigned int sel;
286 sel = PMIC_MPP_SELECTOR_DTEST_FIRST + pad->dtest - 1;
288 sel = PMIC_MPP_SELECTOR_PAIRED;
290 sel = PMIC_MPP_SELECTOR_NORMAL;
295 sel << PMIC_MPP_REG_MODE_FUNCTION_SHIFT |
662 unsigned int sel;
745 sel = val >> PMIC_MPP_REG_MODE_FUNCTION_SHIFT;
746 sel &= PMIC_MPP_REG_MODE_FUNCTION_MASK;
748 if (sel >= PMIC_MPP_SELECTOR_DTEST_FIRST)
749 pad->dtest = sel + 1;
750 else if (sel == PMIC_MPP_SELECTOR_PAIRED)