Searched refs:try_all_type (Results 1 – 2 of 2) sorted by relevance
742 u32 try_all_type; in mtk_pinconf_bias_set_combo() local747 try_all_type = MTK_PULL_TYPE_MASK; in mtk_pinconf_bias_set_combo()749 if (try_all_type & MTK_PULL_RSEL_TYPE) { in mtk_pinconf_bias_set_combo()755 if (try_all_type & MTK_PULL_PU_PD_TYPE) { in mtk_pinconf_bias_set_combo()761 if (try_all_type & MTK_PULL_PULLSEL_TYPE) { in mtk_pinconf_bias_set_combo()768 if (try_all_type & MTK_PULL_PUPD_R1R0_TYPE) in mtk_pinconf_bias_set_combo()929 u32 try_all_type; in mtk_pinconf_bias_get_combo() local934 try_all_type = MTK_PULL_TYPE_MASK; in mtk_pinconf_bias_get_combo()936 if (try_all_type & MTK_PULL_RSEL_TYPE) { in mtk_pinconf_bias_get_combo()942 if (try_all_type & MTK_PULL_PU_PD_TYPE) { in mtk_pinconf_bias_get_combo()[all …]
584 u32 try_all_type; in mtk_pctrl_show_one_pin() local597 try_all_type = hw->soc->pull_type[desc->number]; in mtk_pctrl_show_one_pin()599 if (hw->rsel_si_unit && (try_all_type & MTK_PULL_RSEL_TYPE)) { in mtk_pctrl_show_one_pin()
Completed in 12 milliseconds