Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/
Dec_bhf.c124 dma_addr_t buf_phys; member
357 buf->buf_phys = (buf->alloc_phys + buf->len) & mask; in ec_bhf_alloc_dma_mem()
358 buf->buf = buf->alloc + (buf->buf_phys - buf->alloc_phys); in ec_bhf_alloc_dma_mem()
361 iowrite32(buf->buf_phys, priv->dma_io + offset); in ec_bhf_alloc_dma_mem()
/Linux-v4.19/drivers/crypto/
Dmxs-dcp.c521 dma_addr_t buf_phys = dma_map_single(sdcp->dev, sdcp->coh->sha_in_buf, in mxs_dcp_run_sha() local
533 desc->source = buf_phys; in mxs_dcp_run_sha()
553 dma_unmap_single(sdcp->dev, buf_phys, DCP_BUF_SZ, DMA_TO_DEVICE); in mxs_dcp_run_sha()
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()
/Linux-v4.19/drivers/dma/
Dimx-sdma.c670 dma_addr_t buf_phys; in sdma_load_script() local
676 &buf_phys, GFP_KERNEL); in sdma_load_script()
686 bd0->buffer_addr = buf_phys; in sdma_load_script()
695 dma_free_coherent(NULL, size, buf_virt, buf_phys); in sdma_load_script()
/Linux-v4.19/drivers/rapidio/devices/
Dtsi721.c2208 &priv->imsg_ring[mbox].buf_phys, in tsi721_open_inb_mbox()
2250 (u64)(priv->imsg_ring[mbox].buf_phys) + in tsi721_open_inb_mbox()
2354 priv->imsg_ring[mbox].buf_phys); in tsi721_open_inb_mbox()
2399 priv->imsg_ring[mbox].buf_phys); in tsi721_close_inb_mbox()
2488 (rx_phys - (u64)priv->imsg_ring[mbox].buf_phys); in tsi721_get_inb_message()
Dtsi721.h740 dma_addr_t buf_phys; member