Home
last modified time | relevance | path

Searched refs:hw_unit_nr_address_cells (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/common/
Dhw-properties.c565 return ((hw_unit_nr_address_cells (me) in nr_range_property_cells()
566 + hw_unit_nr_address_cells (hw_parent (me)) in nr_range_property_cells()
590 hw_unit_nr_address_cells (me)); in hw_add_range_array_property()
593 hw_unit_nr_address_cells (hw_parent (me))); in hw_add_range_array_property()
641 hw_unit_nr_address_cells (me)); in hw_find_range_array_property()
645 hw_unit_nr_address_cells (hw_parent (me))); in hw_find_range_array_property()
659 return (hw_unit_nr_address_cells (hw_parent (me)) in nr_reg_property_cells()
683 hw_unit_nr_address_cells (hw_parent (me))); in hw_add_reg_array_property()
731 hw_unit_nr_address_cells (hw_parent (me))); in hw_find_reg_array_property()
Dhw-device.h307 #define hw_unit_nr_address_cells(bus) ((bus)->nr_address_cells_of_hw_unit + 0) macro
Dhw-base.c51 const int max_nr_cells = hw_unit_nr_address_cells (bus); in generic_hw_unit_decode()