Searched refs:mtk_hw_get_value (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/pinctrl/mediatek/ |
| D | pinctrl-mtk-common-v2.c | 194 int mtk_hw_get_value(struct mtk_pinctrl *hw, const struct mtk_pin_desc *desc, in mtk_hw_get_value() function 262 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_DI, &value); in mtk_xt_get_gpio_state() 376 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_PU, &v); in mtk_pinconf_bias_disable_get() 380 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_PD, &v2); in mtk_pinconf_bias_disable_get() 418 err = mtk_hw_get_value(hw, desc, reg, &v); in mtk_pinconf_bias_get() 449 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_PULLEN, &v); in mtk_pinconf_bias_disable_get_rev1() 486 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_PULLEN, &v); in mtk_pinconf_bias_get_rev1() 493 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_PULLSEL, &v); in mtk_pinconf_bias_get_rev1() 542 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_E4, &val1); in mtk_pinconf_drive_get() 546 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_E8, &val2); in mtk_pinconf_drive_get() [all …]
|
| D | pinctrl-moore.c | 136 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_SR, &val); in mtk_pinconf_get() 146 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_DIR, &val); in mtk_pinconf_get() 157 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_DIR, &val); in mtk_pinconf_get() 161 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_SMT, &val2); in mtk_pinconf_get() 183 err = mtk_hw_get_value(hw, desc, reg, &val); in mtk_pinconf_get() 439 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_DI, &value); in mtk_gpio_get()
|
| D | pinctrl-paris.c | 115 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_SR, &val); in mtk_pinconf_get() 125 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_DIR, &val); in mtk_pinconf_get() 136 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_DIR, &val); in mtk_pinconf_get() 140 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_SMT, &val2); in mtk_pinconf_get() 162 err = mtk_hw_get_value(hw, desc, reg, &val); in mtk_pinconf_get() 698 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_DIR, &value); in mtk_gpio_get_direction() 713 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_DI, &value); in mtk_gpio_get()
|
| D | pinctrl-mtk-common-v2.h | 255 int mtk_hw_get_value(struct mtk_pinctrl *hw, const struct mtk_pin_desc *desc,
|