| /u-boot/drivers/crypto/fsl/ |
| A D | jobdesc.c | 186 dma_addr_in = virt_to_phys((void *)msg); in inline_cnstr_jobdesc_hash() 187 dma_addr_out = virt_to_phys((void *)digest); in inline_cnstr_jobdesc_hash() 220 dma_addr_in = virt_to_phys((void *)plain_txt); in inline_cnstr_jobdesc_blob_encap() 221 dma_addr_out = virt_to_phys((void *)enc_blob); in inline_cnstr_jobdesc_blob_encap() 243 dma_addr_in = virt_to_phys((void *)enc_blob); in inline_cnstr_jobdesc_blob_decap() 244 dma_addr_out = virt_to_phys((void *)plain_txt); in inline_cnstr_jobdesc_blob_decap() 301 dma_addr_t dma_data_out = virt_to_phys(data_out); in inline_cnstr_jobdesc_rng() 316 dma_addr_e = virt_to_phys((void *)pkin->e); in inline_cnstr_jobdesc_pkha_rsaexp() 317 dma_addr_a = virt_to_phys((void *)pkin->a); in inline_cnstr_jobdesc_pkha_rsaexp() 318 dma_addr_n = virt_to_phys((void *)pkin->n); in inline_cnstr_jobdesc_pkha_rsaexp() [all …]
|
| A D | fsl_hash.c | 90 phys_addr_t addr = virt_to_phys((void *)buf); in caam_hash_update()
|
| A D | jr.c | 85 phys_addr_t ip_base = virt_to_phys((void *)jr->input_ring); in jr_initregs() 86 phys_addr_t op_base = virt_to_phys((void *)jr->output_ring); in jr_initregs() 211 phys_addr_t desc_phys_addr = virt_to_phys(desc_addr); in jr_enqueue()
|
| /u-boot/include/asm-generic/ |
| A D | io.h | 45 #ifndef virt_to_phys 46 static inline phys_addr_t virt_to_phys(void *vaddr) in virt_to_phys() function
|
| /u-boot/arch/powerpc/cpu/mpc8xxx/ |
| A D | pamu_table.c | 19 (uint64_t)virt_to_phys((void *)CONFIG_SYS_SDRAM_BASE); in construct_pamu_addr_table() 26 (uint64_t)virt_to_phys((void *)CONFIG_SYS_FLASH_BASE_PHYS); in construct_pamu_addr_table() 34 (uint64_t)virt_to_phys((void *)CONFIG_SYS_INIT_L3_VADDR); in construct_pamu_addr_table()
|
| A D | fsl_pamu.c | 262 ppaact_phys = virt_to_phys((void *)ppaact); in pamu_init() 265 spaact_phys = (uint64_t)virt_to_phys((void *)sec); in pamu_init()
|
| /u-boot/arch/arm/mach-bcm283x/include/mach/ |
| A D | base.h | 15 #define virt_to_phys addrmap_virt_to_phys macro
|
| /u-boot/tools/binman/ |
| A D | elf.py | 260 virt_to_phys = 0; 273 if not virt_to_phys: 274 virt_to_phys = segment['p_paddr'] - segment['p_vaddr'] 302 return ElfInfo(output, data_start, elf.header['e_entry'] + virt_to_phys,
|
| /u-boot/arch/mips/lib/ |
| A D | bootm.c | 246 u64 mem_start = virt_to_phys((void *)gd->ram_base); in arch_fixup_fdt() 255 images->initrd_start = virt_to_phys((void *)images->initrd_start); in boot_setup_fdt() 256 images->initrd_end = virt_to_phys((void *)images->initrd_end); in boot_setup_fdt()
|
| /u-boot/drivers/net/ |
| A D | pic32_eth.c | 293 rxd->data_buff = virt_to_phys(net_rx_packets[idx]); in pic32_rx_desc_init() 296 rxd->next_ed = virt_to_phys(rxd + 1); in pic32_rx_desc_init() 307 rxd->next_ed = virt_to_phys(&priv->rxd_ring[0]); in pic32_rx_desc_init() 314 writel((ulong)virt_to_phys(&priv->rxd_ring[0]), &ectl_p->rxst.raw); in pic32_rx_desc_init() 404 txd->data_buff = virt_to_phys(packet); in pic32_eth_send() 417 writel(virt_to_phys(txd), &ectl_p->txst.raw); in pic32_eth_send()
|
| A D | altera_tse.c | 48 desc->source = virt_to_phys(read_addr); in alt_sgdma_construct_descriptor() 49 desc->destination = virt_to_phys(write_addr); in alt_sgdma_construct_descriptor() 50 desc->next = virt_to_phys(next); in alt_sgdma_construct_descriptor() 109 writel(virt_to_phys(desc), ®s->next_descriptor_pointer); in alt_sgdma_start_transfer() 318 u32 tx_buf = virt_to_phys(packet); in altera_tse_send_msgdma() 361 u32 rx_buf = virt_to_phys(priv->rx_buf); in altera_tse_free_pkt_msgdma()
|
| A D | ag7xxx.c | 415 curr->data_addr = virt_to_phys(&priv->txbuffs[i * CONFIG_ETH_BUFSIZE]); in ag7xxx_dma_clean_tx() 417 curr->next_desc = virt_to_phys(next); in ag7xxx_dma_clean_tx() 439 curr->data_addr = virt_to_phys(&priv->rxbuffs[i * CONFIG_ETH_BUFSIZE]); in ag7xxx_dma_clean_rx() 441 curr->next_desc = virt_to_phys(next); in ag7xxx_dma_clean_rx() 562 writel(virt_to_phys(&priv->tx_mac_descrtable[priv->tx_currdescnum]), in ag7xxx_eth_start() 564 writel(virt_to_phys(&priv->rx_mac_descrtable[priv->rx_currdescnum]), in ag7xxx_eth_start()
|
| /u-boot/arch/nios2/include/asm/ |
| A D | io.h | 43 static inline phys_addr_t virt_to_phys(void * vaddr) in virt_to_phys() function 48 #define virt_to_phys virt_to_phys macro
|
| /u-boot/arch/mips/mach-octeon/ |
| A D | bootoctlinux.c | 518 cvmx_bootinfo_array[core].fdt_addr = virt_to_phys(gd->fdt_blob); in do_bootoctlinux() 522 virt_to_phys(&cvmx_bootinfo_array[core]); in do_bootoctlinux() 532 boot_desc[core].argv[i] = (u32)virt_to_phys(argv[i]); in do_bootoctlinux() 539 arg3 = XKPHYS | virt_to_phys(&boot_desc[core]); in do_bootoctlinux()
|
| /u-boot/drivers/net/fm/ |
| A D | eth.c | 307 buf_hi = upper_32_bits(virt_to_phys(rx_buf_pool + in fm_eth_rx_port_parameter_init() 309 buf_lo = lower_32_bits(virt_to_phys(rx_buf_pool + in fm_eth_rx_port_parameter_init() 319 bd_ring_base_hi = upper_32_bits(virt_to_phys(rx_bd_ring_base)); in fm_eth_rx_port_parameter_init() 320 bd_ring_base_lo = lower_32_bits(virt_to_phys(rx_bd_ring_base)); in fm_eth_rx_port_parameter_init() 387 bd_ring_base_hi = upper_32_bits(virt_to_phys(tx_bd_ring_base)); in fm_eth_tx_port_parameter_init() 388 bd_ring_base_lo = lower_32_bits(virt_to_phys(tx_bd_ring_base)); in fm_eth_tx_port_parameter_init() 602 muram_writew(&txbd->buf_ptr_hi, (u16)upper_32_bits(virt_to_phys(buf))); in fm_eth_send() 603 out_be32(&txbd->buf_ptr_lo, lower_32_bits(virt_to_phys(buf))); in fm_eth_send()
|
| /u-boot/arch/arm/include/asm/ |
| A D | memory.h | 32 static inline unsigned long virt_to_phys(void *x)
|
| /u-boot/drivers/tee/optee/ |
| A D | core.c | 116 pages_data->pages_list[n] = virt_to_phys(buf_base); in optee_alloc_and_init_page_list() 123 virt_to_phys(pages_data + 1); in optee_alloc_and_init_page_list() 129 *phys_buf_ptr = virt_to_phys(page_list) | page_offset; in optee_alloc_and_init_page_list() 261 virt_to_phys(shm->addr)); in handle_rpc() 304 reg_pair_from_64(¶m.a1, ¶m.a2, virt_to_phys(arg)); in do_call_with_arg()
|
| /u-boot/arch/mips/include/asm/ |
| A D | io.h | 87 static inline unsigned long virt_to_phys(volatile const void *address) in virt_to_phys() function 98 #define virt_to_phys virt_to_phys macro 139 #define virt_to_bus virt_to_phys
|
| /u-boot/arch/mips/mach-octeon/include/mach/ |
| A D | cvmx-regs.h | 128 return virt_to_phys(ptr); in cvmx_ptr_to_phys()
|
| /u-boot/arch/powerpc/include/asm/ |
| A D | io.h | 316 static inline phys_addr_t virt_to_phys(void * vaddr) in virt_to_phys() function 324 #define virt_to_phys virt_to_phys macro
|
| /u-boot/arch/sandbox/include/asm/ |
| A D | io.h | 19 phys_addr_t virt_to_phys(void *vaddr); 20 #define virt_to_phys virt_to_phys macro
|
| /u-boot/drivers/usb/host/ |
| A D | ehci-hcd.c | 258 td->qt_buffer[idx] = cpu_to_hc32(virt_to_phys((void *)addr)); in ehci_td_buffer() 455 qh->qh_link = cpu_to_hc32(virt_to_phys(&ctrl->qh_list) | QH_LINK_TYPE_QH); in ehci_submit_async() 500 *tdp = cpu_to_hc32(virt_to_phys(&qtd[qtd_counter])); in ehci_submit_async() 559 *tdp = cpu_to_hc32(virt_to_phys(&qtd[qtd_counter])); in ehci_submit_async() 590 *tdp = cpu_to_hc32(virt_to_phys(&qtd[qtd_counter])); in ehci_submit_async() 594 ctrl->qh_list.qh_link = cpu_to_hc32(virt_to_phys(qh) | QH_LINK_TYPE_QH); in ehci_submit_async() 630 ctrl->qh_list.qh_link = cpu_to_hc32(virt_to_phys(&ctrl->qh_list) | QH_LINK_TYPE_QH); in ehci_submit_async() 1041 qh_list->qh_link = cpu_to_hc32(virt_to_phys(qh_list) | QH_LINK_TYPE_QH); in ehci_common_init() 1053 ehci_writel(&ctrl->hcor->or_asynclistaddr, virt_to_phys(qh_list)); in ehci_common_init()
|
| /u-boot/arch/powerpc/cpu/mpc85xx/ |
| A D | mp.c | 251 return virt_to_phys(&__spin_table); in get_spin_phys_addr() 450 __bootpg_addr = (u32)virt_to_phys(&__second_half_boot_page); in setup_mp()
|
| /u-boot/drivers/dma/ |
| A D | bcm6348-iudma.c | 250 writel_be(virt_to_phys(ch_priv->dma_ring), in bcm6348_iudma_enable() 400 dma_desc->address = virt_to_phys(src); in bcm6348_iudma_send() 494 dma_desc->address = virt_to_phys(dst); in bcm6348_iudma_add_rcv_buf()
|
| /u-boot/drivers/video/ |
| A D | fsl_diu_fb.c | 212 buf->paddr = virt_to_phys(buf->vaddr); in allocate_buf() 366 out_be32(&hw->desc[0], virt_to_phys(ad)); in fsl_diu_init()
|