Searched refs:mtk_hw_get_value (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/pinctrl/mediatek/ |
A D | pinctrl-mtk-common-v2.c | 233 EXPORT_SYMBOL_GPL(mtk_hw_get_value); 439 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_PU, &v); in mtk_pinconf_bias_disable_get() 443 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_PD, &v2); in mtk_pinconf_bias_disable_get() 483 err = mtk_hw_get_value(hw, desc, reg, &v); in mtk_pinconf_bias_get() 816 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_PU, &pu); in mtk_pinconf_bias_get_rsel() 820 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_PD, &pd); in mtk_pinconf_bias_get_rsel() 854 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_PU, &pu); in mtk_pinconf_bias_get_pu_pd() 858 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_PD, &pd); in mtk_pinconf_bias_get_pu_pd() 906 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_R0, &r0); in mtk_pinconf_bias_get_pupd_r1_r0() 910 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_R1, &r1); in mtk_pinconf_bias_get_pupd_r1_r0() [all …]
|
A D | pinctrl-moore.c | 170 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_SR, &val); in mtk_pinconf_get() 180 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_DIR, &val); in mtk_pinconf_get() 191 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_DIR, &val); in mtk_pinconf_get() 195 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_SMT, &val2); in mtk_pinconf_get() 217 err = mtk_hw_get_value(hw, desc, reg, &val); in mtk_pinconf_get() 489 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_DI, &value); in mtk_gpio_get()
|
A D | pinctrl-paris.c | 165 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_SR, &ret); in mtk_pinconf_get() 169 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_DIR, &ret); in mtk_pinconf_get() 184 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_DIR, &ret); in mtk_pinconf_get() 195 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_SMT, &ret); in mtk_pinconf_get() 233 err = mtk_hw_get_value(hw, desc, reg, &ret); in mtk_pinconf_get() 612 err = mtk_hw_get_value(hw, desc, field, &value); in mtk_hw_get_value_wrap() 873 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_DIR, &value); in mtk_gpio_get_direction() 894 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_DI, &value); in mtk_gpio_get()
|
A D | pinctrl-mtk-common-v2.h | 309 int mtk_hw_get_value(struct mtk_pinctrl *hw, const struct mtk_pin_desc *desc,
|
Completed in 10 milliseconds