Home
last modified time | relevance | path

Searched refs:buf_phys (Results 1 – 4 of 4) sorted by relevance

/drivers/dma/
Dimx-sdma.c435 dma_addr_t buf_phys; in sdma_load_script() local
441 &buf_phys, GFP_KERNEL); in sdma_load_script()
451 bd0->buffer_addr = buf_phys; in sdma_load_script()
460 dma_free_coherent(NULL, size, buf_virt, buf_phys); in sdma_load_script()
/drivers/crypto/
Dixp4xx_crypto.c609 u32 pad_phys, buf_phys; in register_chain_var() local
615 buf = dma_pool_alloc(buffer_pool, GFP_KERNEL, &buf_phys); in register_chain_var()
623 dma_pool_free(buffer_pool, buf, buf_phys); in register_chain_var()
640 crypt->src_buf = buf_phys; in register_chain_var()
/drivers/rapidio/devices/
Dtsi721.c1814 &priv->imsg_ring[mbox].buf_phys, in tsi721_open_inb_mbox()
1856 (u64)(priv->imsg_ring[mbox].buf_phys) + in tsi721_open_inb_mbox()
1962 priv->imsg_ring[mbox].buf_phys); in tsi721_open_inb_mbox()
2007 priv->imsg_ring[mbox].buf_phys); in tsi721_close_inb_mbox()
2096 (rx_phys - (u64)priv->imsg_ring[mbox].buf_phys); in tsi721_get_inb_message()
Dtsi721.h699 dma_addr_t buf_phys; member