Lines Matching defs:param
81 u32 param = pinconf_to_config_param(*config);
91 switch (param) {
101 if (param == PIN_CONFIG_BIAS_DISABLE) {
104 } else if (param == PIN_CONFIG_BIAS_PULL_UP) {
107 } else if (param == PIN_CONFIG_BIAS_PULL_DOWN) {
130 if (param == PIN_CONFIG_INPUT_ENABLE)
157 reg = (param == MTK_PIN_CONFIG_TDSEL) ?
164 pullup = param == MTK_PIN_CONFIG_PU_ADV;
181 *config = pinconf_to_config_packed(param, ret);
187 enum pin_config_param param, u32 arg)
200 switch ((u32)param) {
272 reg = (param == MTK_PIN_CONFIG_TDSEL) ?
281 pullup = param == MTK_PIN_CONFIG_PU_ADV;