Home
last modified time | relevance | path

Searched refs:fdt_addr_to_cpu (Results 1 – 6 of 6) sorted by relevance

/u-boot/arch/x86/cpu/
A Dirq.c182 priv->link_base = fdt_addr_to_cpu(cell[0]); in create_pirq_routing_table()
183 priv->link_num = fdt_addr_to_cpu(cell[1]); in create_pirq_routing_table()
209 map->link = fdt_addr_to_cpu(cell[0]); in create_pirq_routing_table()
210 map->offset = fdt_addr_to_cpu(cell[1]); in create_pirq_routing_table()
273 pr.bdf = fdt_addr_to_cpu(cell[0]); in create_pirq_routing_table()
274 pr.pin = fdt_addr_to_cpu(cell[1]); in create_pirq_routing_table()
275 pr.pirq = fdt_addr_to_cpu(cell[2]); in create_pirq_routing_table()
/u-boot/arch/x86/lib/
A Dmpspec.c325 pr.bdf = fdt_addr_to_cpu(cell[0]); in mptable_add_intsrc()
326 pr.pin = fdt_addr_to_cpu(cell[1]); in mptable_add_intsrc()
327 pr.pirq = fdt_addr_to_cpu(cell[2]); in mptable_add_intsrc()
/u-boot/include/
A Dfdtdec.h35 #define fdt_addr_to_cpu(reg) be64_to_cpu(reg) macro
45 #define fdt_addr_to_cpu(reg) be32_to_cpu(reg) macro
/u-boot/drivers/core/
A Dof_extra.c68 *basep = fdt_addr_to_cpu(*cell); in ofnode_decode_region()
/u-boot/drivers/mtd/
A Daltera_qspi.c376 size = fdt_addr_to_cpu(cell[idx + addrc]); in altera_qspi_of_to_plat()
/u-boot/drivers/net/
A Daltera_tse.c613 size = fdt_addr_to_cpu(cell[idx + addrc]); in altera_tse_probe()

Completed in 16 milliseconds