Lines Matching defs:pullen
643 int pinmux, pullup = 0, pullen = 0, len = 0, r1 = -1, r0 = -1, rsel = -1;
658 mtk_pinconf_bias_get_combo(hw, desc, &pullup, &pullen);
664 rsel = pullen;
665 pullen = 1;
668 if (pullen == MTK_PUPD_SET_R1R0_00) {
669 pullen = 0;
672 } else if (pullen == MTK_PUPD_SET_R1R0_01) {
673 pullen = 1;
676 } else if (pullen == MTK_PUPD_SET_R1R0_10) {
677 pullen = 1;
680 } else if (pullen == MTK_PUPD_SET_R1R0_11) {
681 pullen = 1;
687 if (pullen >= MTK_PULL_SET_RSEL_000 &&
688 pullen <= MTK_PULL_SET_RSEL_111) {
689 rsel = pullen - MTK_PULL_SET_RSEL_000;
690 pullen = 1;
703 pullen,