Lines Matching refs:pullup
112 * @has_pullup: Pin has support to configure pullup
117 * @pullup: Pullup resistor value. Valid in Bidirectional mode only.
135 unsigned int pullup;
340 if (pad->pullup != PMIC_MPP_PULL_UP_OPEN)
345 switch (pad->pullup) {
421 pad->pullup = PMIC_MPP_PULL_UP_OPEN;
426 pad->pullup = PMIC_MPP_PULL_UP_0P6KOHM;
429 pad->pullup = PMIC_MPP_PULL_UP_10KOHM;
432 pad->pullup = PMIC_MPP_PULL_UP_30KOHM;
482 val = pad->pullup << PMIC_MPP_REG_PULL_SHIFT;
546 seq_printf(s, " %-8s", biases[pad->pullup]);
766 pad->pullup = val >> PMIC_MPP_REG_PULL_SHIFT;
767 pad->pullup &= PMIC_MPP_REG_PULL_MASK;