Searched refs:rsel_val (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/pinctrl/mediatek/ |
| H A D | pinctrl-mtk-common-v2.c | 693 u32 pullup, u32 arg, u32 *rsel_val) in mtk_hw_pin_rsel_lookup() argument 707 *rsel_val = rsel[check].rsel_index; in mtk_hw_pin_rsel_lookup() 713 *rsel_val = rsel[check].rsel_index; in mtk_hw_pin_rsel_lookup() 733 int err, rsel_val; in mtk_pinconf_bias_set_rsel() local 737 err = mtk_hw_pin_rsel_lookup(hw, desc, pullup, arg, &rsel_val); in mtk_pinconf_bias_set_rsel() 744 rsel_val = arg - MTK_PULL_SET_RSEL_000; in mtk_pinconf_bias_set_rsel() 747 return mtk_hw_set_value(hw, desc, PINCTRL_PIN_REG_RSEL, rsel_val); in mtk_pinconf_bias_set_rsel() 815 u32 pullup, u32 rsel_val, u32 *si_unit) in mtk_rsel_get_si_unit() argument 825 if (rsel_val == rsel[check].rsel_index) { in mtk_rsel_get_si_unit()
|