Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pinctrl/uniphier/
H A Dpinctrl-uniphier-core.c90 case UNIPHIER_PIN_PULL_DOWN_FIXED: in uniphier_pctl_pin_dbg_show()
223 pull_dir == UNIPHIER_PIN_PULL_DOWN_FIXED) in uniphier_conf_pin_bias_get()
234 if (pull_dir == UNIPHIER_PIN_PULL_DOWN_FIXED) in uniphier_conf_pin_bias_get()
359 pull_dir == UNIPHIER_PIN_PULL_DOWN_FIXED) { in uniphier_conf_pin_bias_set()
382 if (pull_dir == UNIPHIER_PIN_PULL_DOWN_FIXED && arg != 0) in uniphier_conf_pin_bias_set()
H A Dpinctrl-uniphier.h74 UNIPHIER_PIN_PULL_DOWN_FIXED, /* always pull-down */ enumerator