Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/cpu/
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()
/external/u-boot/arch/x86/lib/
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()
/external/u-boot/include/
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
/external/u-boot/drivers/mtd/
Dpic32_flash.c398 size = fdt_addr_to_cpu(cell[idx + addrc]); in pic32_flash_probe()
Daltera_qspi.c376 size = fdt_addr_to_cpu(cell[idx + addrc]); in altera_qspi_ofdata_to_platdata()
/external/u-boot/drivers/net/
Daltera_tse.c610 size = fdt_addr_to_cpu(cell[idx + addrc]); in altera_tse_probe()
/external/u-boot/lib/
Dfdtdec.c938 *basep = fdt_addr_to_cpu(*cell); in fdtdec_decode_region()