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)
280 def _dt_chosen_reg_addr(kconf, chosen, index=0, unit=None): argument
299 node = edt.chosen_node(chosen)
304 def _dt_chosen_reg_size(kconf, chosen, index=0, unit=None): argument
323 node = edt.chosen_node(chosen)
328 def dt_chosen_reg(kconf, name, chosen, index=0, unit=None): argument
334 return str(_dt_chosen_reg_size(kconf, chosen, index, unit))
336 return hex(_dt_chosen_reg_size(kconf, chosen, index, unit))
338 return str(_dt_chosen_reg_addr(kconf, chosen, index, unit))
340 return hex(_dt_chosen_reg_addr(kconf, chosen, index, unit))
343 def _dt_chosen_partition_addr(kconf, chosen, index=0, unit=None): argument
363 node = edt.chosen_node(chosen)
374 def dt_chosen_partition_addr(kconf, name, chosen, index=0, unit=None): argument
380 return str(_dt_chosen_partition_addr(kconf, chosen, index, unit))
382 return hex(_dt_chosen_partition_addr(kconf, chosen, index, unit))
523 def dt_chosen_bool_prop(kconf, _, chosen, prop): argument
532 return _dt_node_bool_prop_generic(edt.chosen_node, chosen, prop)