/u-boot/include/asm-generic/ |
A D | io.h | 30 static inline void *phys_to_virt(phys_addr_t paddr) in phys_to_virt() 86 static inline void *map_physmem(phys_addr_t paddr, unsigned long len, in map_physmem()
|
/u-boot/lib/ |
A D | addr_map.c | 33 void *addrmap_phys_to_virt(phys_addr_t paddr) in addrmap_phys_to_virt() 58 void addrmap_set_entry(unsigned long vaddr, phys_addr_t paddr, in addrmap_set_entry()
|
/u-boot/include/ |
A D | mapmem.h | 16 static inline void *map_sysmem(phys_addr_t paddr, unsigned long len) in map_sysmem()
|
A D | addr_map.h | 12 phys_addr_t paddr; member
|
/u-boot/test/dm/ |
A D | test-fdt.c | 681 void *paddr; in dm_test_fdt_remap_addr_flat() local 702 void *paddr; in dm_test_fdt_remap_addr_index_flat() local 724 void *paddr; in dm_test_fdt_remap_addr_name_flat() local 745 void *paddr; in dm_test_fdt_remap_addr_live() local 766 void *paddr; in dm_test_fdt_remap_addr_index_live() local 788 void *paddr; in dm_test_fdt_remap_addr_name_live() local
|
/u-boot/tools/ |
A D | mkimage.h | 34 static inline void *map_sysmem(ulong paddr, unsigned long len) in map_sysmem()
|
/u-boot/drivers/firmware/scmi/ |
A D | smt.c | 34 phys_addr_t paddr; in scmi_dt_get_smt_buffer() local
|
/u-boot/arch/sandbox/cpu/ |
A D | cpu.c | 98 void *phys_to_virt(phys_addr_t paddr) in phys_to_virt() 166 void *map_physmem(phys_addr_t paddr, unsigned long len, unsigned long flags) in map_physmem()
|
/u-boot/arch/arc/lib/ |
A D | cache.c | 421 static void __slc_rgn_op(unsigned long paddr, unsigned long sz, const int op) in __slc_rgn_op() 664 static inline void __dcache_line_loop(unsigned long paddr, unsigned long sz, in __dcache_line_loop() 727 static inline void __dc_line_op(unsigned long paddr, unsigned long sz, in __dc_line_op()
|
/u-boot/drivers/remoteproc/ |
A D | stm32_copro.c | 70 u64 paddr; in stm32_copro_device_to_virt() local
|
A D | sandbox_testproc.c | 316 u64 paddr; in sandbox_testproc_device_to_virt() local
|
/u-boot/arch/sandbox/lib/ |
A D | pci_io.c | 17 int pci_map_physmem(phys_addr_t paddr, unsigned long *lenp, in pci_map_physmem()
|
/u-boot/board/cobra5272/bdm/ |
A D | cobra5272_uboot.gdb | 43 set $paddr = $mbar - 1 + 0x084 toplevelVariable
|
/u-boot/net/ |
A D | pcap.c | 49 int pcap_init(phys_addr_t paddr, unsigned long size) in pcap_init()
|
/u-boot/drivers/net/fm/ |
A D | init.c | 247 phys_addr_t paddr = CONFIG_SYS_CCSRBAR_PHYS + info->compat_offset; in ft_fixup_port() local
|
/u-boot/board/emulation/qemu-ppce500/ |
A D | qemu-ppce500.c | 89 static int pci_map_region(phys_addr_t paddr, phys_size_t size, ulong *pmap_addr) in pci_map_region()
|
/u-boot/arch/nios2/include/asm/ |
A D | io.h | 25 map_physmem(phys_addr_t paddr, unsigned long len, unsigned long flags) in map_physmem() 35 static inline void *phys_to_virt(phys_addr_t paddr) in phys_to_virt()
|
/u-boot/drivers/mtd/nand/raw/ |
A D | octeontx_bch.c | 313 unsigned long paddr; in octeontx_cmd_queue_initialize() local
|
/u-boot/drivers/net/ |
A D | macb.c | 351 unsigned long paddr, ctrl; in _macb_send() local 815 unsigned long paddr; in gmac_init_multi_queues() local 882 unsigned long paddr; in _macb_init() local
|
A D | sni_ave.c | 225 int entry, uintptr_t paddr) in ave_desc_write_addr() 471 uintptr_t paddr; in ave_start() local
|
A D | calxedaxgmac.c | 276 void *paddr, int len) in desc_set_buf_addr() 284 void *paddr, int len) in desc_set_buf_addr_and_size()
|
/u-boot/drivers/video/ |
A D | fsl_diu_fb.c | 184 u32 paddr; /* 32-bit physical address */ member
|
/u-boot/drivers/dma/ti/ |
A D | k3-udma.c | 576 static void udma_poll_completion(struct udma_chan *uc, dma_addr_t *paddr) in udma_poll_completion() 1505 dma_addr_t paddr = 0; in udma_transfer() local 1626 dma_addr_t paddr; in udma_send() local
|
/u-boot/lib/efi_loader/ |
A D | efi_runtime.c | 30 u64 paddr; member
|
/u-boot/drivers/ata/ |
A D | sata_sil.c | 155 u64 paddr = virt_to_bus(sata->devno, pcmd); in sil_exec_cmd() local
|