Lines Matching refs:attributes
54 __le32 attributes; member
60 __le32 attributes; member
80 __le32 attributes; member
221 *n_elems = NUM_ELEMS(rx->attributes); in scmi_pinctrl_attributes()
225 ext_name_flag = !!EXT_NAME_FLAG(rx->attributes); in scmi_pinctrl_attributes()
336 u32 attributes; in iter_pinctrl_settings_get_prepare_message() local
338 attributes = FIELD_PREP(SELECTOR_MASK, p->type); in iter_pinctrl_settings_get_prepare_message()
341 attributes |= FIELD_PREP(CONFIG_FLAG_MASK, 1) | in iter_pinctrl_settings_get_prepare_message()
344 attributes |= FIELD_PREP(CONFIG_TYPE_MASK, p->config_types[0]); in iter_pinctrl_settings_get_prepare_message()
347 msg->attributes = cpu_to_le32(attributes); in iter_pinctrl_settings_get_prepare_message()
472 u32 attributes; in scmi_pinctrl_settings_conf() local
499 attributes = FIELD_PREP(GENMASK(1, 0), type) | in scmi_pinctrl_settings_conf()
501 tx->attributes = cpu_to_le32(attributes); in scmi_pinctrl_settings_conf()
531 u32 attributes; in scmi_pinctrl_function_select() local
545 attributes = FIELD_PREP(GENMASK(1, 0), type) | BIT(10); in scmi_pinctrl_function_select()
546 tx->attributes = cpu_to_le32(attributes); in scmi_pinctrl_function_select()