Searched refs:virt_to_phys (Results 1 – 3 of 3) sorted by relevance
19 unsigned long virt_to_phys(volatile void *address) in virt_to_phys() function32 *dma_handle = virt_to_phys(v); in dma_alloc_coherent()
25 unsigned long virt_to_phys(volatile void *address);
30 static inline rt_uint32_t virt_to_phys(void *addr) in virt_to_phys() function574 curr_bd->buff_ptr = virt_to_phys(buf_list->data_ptr); in emac_send()747 curr_bd->buff_ptr = virt_to_phys(buffer); in emac_addbd_to_rx_queue()1264 curr_bd->buff_ptr = virt_to_phys(curr_bd->data_ptr); in emac_init_rxch()
Completed in 10 milliseconds