Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/cpu/
H A Dirq.c179 priv->link_base = fdt_addr_to_cpu(cell[0]); in create_pirq_routing_table()
180 priv->link_num = fdt_addr_to_cpu(cell[1]); in create_pirq_routing_table()
206 map->link = fdt_addr_to_cpu(cell[0]); in create_pirq_routing_table()
207 map->offset = fdt_addr_to_cpu(cell[1]); in create_pirq_routing_table()
270 pr.bdf = fdt_addr_to_cpu(cell[0]); in create_pirq_routing_table()
271 pr.pin = fdt_addr_to_cpu(cell[1]); in create_pirq_routing_table()
272 pr.pirq = fdt_addr_to_cpu(cell[2]); in create_pirq_routing_table()
/openbmc/u-boot/include/
H A Dfdtdec.h28 #define fdt_addr_to_cpu(reg) be64_to_cpu(reg) macro
33 #define fdt_addr_to_cpu(reg) be32_to_cpu(reg) macro
/openbmc/u-boot/arch/x86/lib/
H A Dmpspec.c323 pr.bdf = fdt_addr_to_cpu(cell[0]); in mptable_add_intsrc()
324 pr.pin = fdt_addr_to_cpu(cell[1]); in mptable_add_intsrc()
325 pr.pirq = fdt_addr_to_cpu(cell[2]); in mptable_add_intsrc()
/openbmc/u-boot/drivers/core/
H A Dof_extra.c62 *basep = fdt_addr_to_cpu(*cell); in ofnode_decode_region()
/openbmc/u-boot/drivers/mtd/
H A Dpic32_flash.c398 size = fdt_addr_to_cpu(cell[idx + addrc]); in pic32_flash_probe()
H A Daltera_qspi.c376 size = fdt_addr_to_cpu(cell[idx + addrc]); in altera_qspi_ofdata_to_platdata()
/openbmc/u-boot/drivers/net/
H A Daltera_tse.c610 size = fdt_addr_to_cpu(cell[idx + addrc]); in altera_tse_probe()