Searched refs:buf_phys (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/
H A Dec_bhf.c124 dma_addr_t buf_phys; member in struct:bhf_dma
357 buf->buf_phys = (buf->alloc_phys + buf->len) & mask; ec_bhf_alloc_dma_mem()
358 buf->buf = buf->alloc + (buf->buf_phys - buf->alloc_phys); ec_bhf_alloc_dma_mem()
361 iowrite32(buf->buf_phys, priv->dma_io + offset); ec_bhf_alloc_dma_mem()
/linux-4.1.27/drivers/crypto/
H A Dmxs-dcp.c522 dma_addr_t buf_phys = dma_map_single(sdcp->dev, sdcp->coh->sha_in_buf, mxs_dcp_run_sha() local
534 desc->source = buf_phys; mxs_dcp_run_sha()
554 dma_unmap_single(sdcp->dev, buf_phys, DCP_BUF_SZ, DMA_TO_DEVICE); mxs_dcp_run_sha()
H A Dixp4xx_crypto.c597 u32 pad_phys, buf_phys; register_chain_var() local
603 buf = dma_pool_alloc(buffer_pool, GFP_KERNEL, &buf_phys); register_chain_var()
611 dma_pool_free(buffer_pool, buf, buf_phys); register_chain_var()
628 crypt->src_buf = buf_phys; register_chain_var()
/linux-4.1.27/drivers/dma/
H A Dimx-sdma.c546 dma_addr_t buf_phys; sdma_load_script() local
552 &buf_phys, GFP_KERNEL); sdma_load_script()
562 bd0->buffer_addr = buf_phys; sdma_load_script()
571 dma_free_coherent(NULL, size, buf_virt, buf_phys); sdma_load_script()
/linux-4.1.27/drivers/rapidio/devices/
H A Dtsi721.c1809 &priv->imsg_ring[mbox].buf_phys, tsi721_open_inb_mbox()
1851 (u64)(priv->imsg_ring[mbox].buf_phys) + tsi721_open_inb_mbox()
1957 priv->imsg_ring[mbox].buf_phys); tsi721_open_inb_mbox()
2002 priv->imsg_ring[mbox].buf_phys); tsi721_close_inb_mbox()
2091 (rx_phys - (u64)priv->imsg_ring[mbox].buf_phys); tsi721_get_inb_message()
H A Dtsi721.h700 dma_addr_t buf_phys; member in struct:tsi721_imsg_ring

Completed in 295 milliseconds