Lines Matching full:address
3 * Taken from Linux v4.9 drivers/of/address.c
13 * of_translate_address() - translate a device-tree address to a CPU address
15 * Translate an address from the device-tree into a CPU physical address,
20 * that can be mapped to a cpu physical address). This is not really specified
24 * @in_addr: pointer to input address
25 * @return translated address or OF_BAD_ADDR on error
30 * of_get_address() - obtain an address from a node
32 * Extract an address from a node, returns the region size and the address
37 * @index: Index of address to read (0 = first)
40 * @return pointer to address which can be read
48 * of_address_to_resource() - translate device tree address to resource
50 * Note that if your address is a PIO address, the conversion will fail if
51 * the physical address can't be internally converted to an IO token with
56 * @index: index of address to read (0 = first)