Lines Matching refs:chosen
58 def dt_chosen_label(kconf, _, chosen): argument
68 node = edt.chosen_node(chosen)
78 def dt_chosen_enabled(kconf, _, chosen): argument
86 node = edt.chosen_node(chosen)
90 def dt_chosen_path(kconf, _, chosen): argument
98 node = edt.chosen_node(chosen)
102 def dt_chosen_has_compat(kconf, _, chosen, compat): argument
110 node = edt.chosen_node(chosen)
292 def _dt_chosen_reg_addr(kconf, chosen, index=0, unit=None): argument
311 node = edt.chosen_node(chosen)
316 def _dt_chosen_reg_size(kconf, chosen, index=0, unit=None): argument
335 node = edt.chosen_node(chosen)
340 def dt_chosen_reg(kconf, name, chosen, index=0, unit=None): argument
346 return str(_dt_chosen_reg_size(kconf, chosen, index, unit))
348 return hex(_dt_chosen_reg_size(kconf, chosen, index, unit))
350 return str(_dt_chosen_reg_addr(kconf, chosen, index, unit))
352 return hex(_dt_chosen_reg_addr(kconf, chosen, index, unit))
355 def _dt_chosen_partition_addr(kconf, chosen, index=0, unit=None): argument
375 node = edt.chosen_node(chosen)
386 def dt_chosen_partition_addr(kconf, name, chosen, index=0, unit=None): argument
392 return str(_dt_chosen_partition_addr(kconf, chosen, index, unit))
394 return hex(_dt_chosen_partition_addr(kconf, chosen, index, unit))
535 def dt_chosen_bool_prop(kconf, _, chosen, prop): argument
544 return _dt_node_bool_prop_generic(edt.chosen_node, chosen, prop)