Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/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()
/third_party/uboot/u-boot-2020.01/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()
/third_party/uboot/u-boot-2020.01/include/
Dfdtdec.h29 #define fdt_addr_to_cpu(reg) be64_to_cpu(reg) macro
36 #define fdt_addr_to_cpu(reg) be32_to_cpu(reg) macro
/third_party/uboot/u-boot-2020.01/drivers/core/
Dof_extra.c62 *basep = fdt_addr_to_cpu(*cell); in ofnode_decode_region()
/third_party/uboot/u-boot-2020.01/drivers/mtd/
Dpic32_flash.c400 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()
/third_party/uboot/u-boot-2020.01/drivers/net/
Daltera_tse.c611 size = fdt_addr_to_cpu(cell[idx + addrc]); in altera_tse_probe()