Lines Matching +full:0 +full:- +full:indexed
8 * SPDX-License-Identifier: GPL-2.0+
19 * devfdt_get_addr() - Get the reg property of a device
28 * devfdt_get_addr_ptr() - Return pointer to the address of the reg property
38 * devfdt_remap_addr_index() - Return indexed pointer to the memory-mapped
50 * devfdt_map_physmem() - Read device address from reg property of the
63 * devfdt_get_addr_index() - Get the indexed reg property of a device
74 * devfdt_get_addr_size_index() - Get the indexed reg property of a device
81 * @size: Pointer to size varible - this function returns the size
90 * devfdt_get_addr_name() - Get the reg property of a device, indexed by name
94 * 'reg-names' property providing named-based identification. @index
95 * indicates the value to search for in 'reg-names'.
102 * dm_set_translation_offset() - Set translation offset
113 * dm_get_translation_offset() - Get translation offset
118 * @return translation offset for the device address (0 as default).