Home
last modified time | relevance | path

Searched refs:phys_to_virt (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/include/asm-generic/
H A Dio.h29 #ifndef phys_to_virt
30 static inline void *phys_to_virt(phys_addr_t paddr) in phys_to_virt() function
89 return phys_to_virt(paddr); in map_physmem()
/openbmc/u-boot/arch/nios2/include/asm/
H A Dio.h33 static inline void *phys_to_virt(phys_addr_t paddr) in phys_to_virt() function
39 #define phys_to_virt phys_to_virt macro
/openbmc/u-boot/arch/sandbox/cpu/
H A Dcpu.c92 void *phys_to_virt(phys_addr_t paddr) in phys_to_virt() function
177 return phys_to_virt(paddr); in map_physmem()
/openbmc/u-boot/arch/sandbox/include/asm/
H A Dio.h9 void *phys_to_virt(phys_addr_t paddr);
10 #define phys_to_virt phys_to_virt macro
/openbmc/u-boot/arch/mips/include/asm/
H A Dio.h111 static inline void *phys_to_virt(unsigned long address) in phys_to_virt() function
115 #define phys_to_virt phys_to_virt macro
139 #define bus_to_virt phys_to_virt
/openbmc/u-boot/arch/arm/include/asm/
H A Dmemory.h37 static inline void *phys_to_virt(unsigned long x)
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dio.h303 static inline void *phys_to_virt(phys_addr_t paddr) in phys_to_virt() function
311 #define phys_to_virt phys_to_virt macro
/openbmc/u-boot/drivers/net/
H A Dag7xxx.c413 memcpy(phys_to_virt(curr->data_addr), packet, length); in ag7xxx_eth_send()
420 start = (u32)phys_to_virt(curr->data_addr); in ag7xxx_eth_send()
454 start = (u32)phys_to_virt(curr->data_addr); in ag7xxx_eth_recv()
459 *packetp = phys_to_virt(curr->data_addr); in ag7xxx_eth_recv()
H A Dmtk_eth.c940 pkt_base = (void *)phys_to_virt(priv->tx_ring_noc[idx].txd_info1.SDP0); in mtk_eth_send()
967 pkt_base = (void *)phys_to_virt(priv->rx_ring_noc[idx].rxd_info1.PDP0); in mtk_eth_recv()
/openbmc/u-boot/drivers/dma/
H A Dbcm6348-iudma.c346 *dst = phys_to_virt(dma_desc->address); in bcm6348_iudma_receive()
424 if (phys_to_virt(dma_desc->address) == dst) in bcm6348_iudma_free_rcv_buf()