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

/linux-master/drivers/firmware/
H A Dturris-mox-rwtm.c59 dma_addr_t buf_phys; member in struct:mox_rwtm
270 msg.args[1] = rwtm->buf_phys;
295 msg.args[1] = rwtm->buf_phys;
395 msg.args[1] = rwtm->buf_phys;
396 msg.args[2] = rwtm->buf_phys + 68;
397 msg.args[3] = rwtm->buf_phys + 2 * 68;
482 rwtm->buf = dmam_alloc_coherent(dev, PAGE_SIZE, &rwtm->buf_phys,
/linux-master/drivers/net/ethernet/
H A Dec_bhf.c115 dma_addr_t buf_phys; member in struct:bhf_dma
348 buf->buf_phys = (buf->alloc_phys + buf->len) & mask;
349 buf->buf = buf->alloc + (buf->buf_phys - buf->alloc_phys);
352 iowrite32(buf->buf_phys, priv->dma_io + offset);
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_wed.c668 dma_addr_t page_phys, buf_phys; local
690 buf_phys = page_phys;
696 desc->buf0 = cpu_to_le32(buf_phys);
700 txd_size = dev->wlan.init_buf(buf, buf_phys,
702 desc->buf1 = cpu_to_le32(buf_phys + txd_size);
714 ctrl = token << 16 | TX_DMA_PREP_ADDR64(buf_phys);
720 buf_phys += MTK_WED_BUF_SIZE;
792 dma_addr_t page_phys, buf_phys; local
812 buf_phys = page_phys;
814 desc->buf0 = cpu_to_le32(buf_phys);
[all...]
/linux-master/drivers/crypto/
H A Dmxs-dcp.c556 dma_addr_t buf_phys = dma_map_single(sdcp->dev, sdcp->coh->sha_in_buf, local
559 ret = dma_mapping_error(sdcp->dev, buf_phys);
572 desc->source = buf_phys;
610 dma_unmap_single(sdcp->dev, buf_phys, DCP_BUF_SZ, DMA_TO_DEVICE);
/linux-master/drivers/crypto/intel/ixp4xx/
H A Dixp4xx_crypto.c689 dma_addr_t pad_phys, buf_phys; local
695 buf = dma_pool_alloc(buffer_pool, GFP_KERNEL, &buf_phys);
703 dma_pool_free(buffer_pool, buf, buf_phys);
719 crypt->src_buf = buf_phys;
/linux-master/drivers/rapidio/devices/
H A Dtsi721.c2226 &priv->imsg_ring[mbox].buf_phys,
2268 (u64)(priv->imsg_ring[mbox].buf_phys) +
2372 priv->imsg_ring[mbox].buf_phys);
2417 priv->imsg_ring[mbox].buf_phys);
2508 (rx_phys - (u64)priv->imsg_ring[mbox].buf_phys);
H A Dtsi721.h727 dma_addr_t buf_phys; member in struct:tsi721_imsg_ring
/linux-master/drivers/dma/
H A Dimx-sdma.c763 dma_addr_t buf_phys; local
767 buf_virt = dma_alloc_coherent(sdma->dev, size, &buf_phys, GFP_KERNEL);
776 bd0->buffer_addr = buf_phys;
785 dma_free_coherent(sdma->dev, size, buf_virt, buf_phys);

Completed in 159 milliseconds