Searched refs:buf_phys (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/firmware/ |
| H A D | turris-mox-rwtm.c | 95 dma_addr_t buf_phys; member 246 .args = { 1, rwtm->buf_phys, 4 }, in check_get_random_support() 256 .args = { 1, rwtm->buf_phys, ALIGN(max, 4) }, in mox_hwrng_read() 338 msg.args[1] = rwtm->buf_phys; in mox_rwtm_sign() 339 msg.args[2] = rwtm->buf_phys + offset_r; in mox_rwtm_sign() 340 msg.args[3] = rwtm->buf_phys + offset_s; in mox_rwtm_sign() 436 &rwtm->buf_phys, GFP_KERNEL); in turris_mox_rwtm_probe()
|
| /linux/drivers/net/ethernet/ |
| H A D | ec_bhf.c | 115 dma_addr_t buf_phys; member 348 buf->buf_phys = (buf->alloc_phys + buf->len) & mask; in ec_bhf_alloc_dma_mem() 349 buf->buf = buf->alloc + (buf->buf_phys - buf->alloc_phys); in ec_bhf_alloc_dma_mem() 352 iowrite32(buf->buf_phys, priv->dma_io + offset); in ec_bhf_alloc_dma_mem()
|
| /linux/drivers/net/ethernet/mediatek/ |
| H A D | mtk_wed.c | 675 dma_addr_t page_phys, buf_phys; in mtk_wed_tx_buffer_alloc() local 697 buf_phys = page_phys; in mtk_wed_tx_buffer_alloc() 703 desc->buf0 = cpu_to_le32(buf_phys); in mtk_wed_tx_buffer_alloc() 707 txd_size = dev->wlan.init_buf(buf, buf_phys, in mtk_wed_tx_buffer_alloc() 709 desc->buf1 = cpu_to_le32(buf_phys + txd_size); in mtk_wed_tx_buffer_alloc() 721 ctrl = token << 16 | TX_DMA_PREP_ADDR64(buf_phys); in mtk_wed_tx_buffer_alloc() 727 buf_phys += MTK_WED_BUF_SIZE; in mtk_wed_tx_buffer_alloc() 799 dma_addr_t page_phys, buf_phys; in mtk_wed_hwrro_buffer_alloc() local 819 buf_phys = page_phys; in mtk_wed_hwrro_buffer_alloc() 821 desc->buf0 = cpu_to_le32(buf_phys); in mtk_wed_hwrro_buffer_alloc() [all …]
|
| /linux/drivers/dma/ |
| H A D | imx-sdma.c | 775 dma_addr_t buf_phys; in sdma_load_script() local 779 buf_virt = dma_alloc_coherent(sdma->dev, size, &buf_phys, GFP_KERNEL); in sdma_load_script() 788 bd0->buffer_addr = buf_phys; in sdma_load_script() 797 dma_free_coherent(sdma->dev, size, buf_virt, buf_phys); in sdma_load_script()
|
| /linux/drivers/rapidio/devices/ |
| H A D | tsi721.c | 2226 &priv->imsg_ring[mbox].buf_phys, in tsi721_open_inb_mbox() 2268 (u64)(priv->imsg_ring[mbox].buf_phys) + in tsi721_open_inb_mbox() 2372 priv->imsg_ring[mbox].buf_phys); in tsi721_open_inb_mbox() 2417 priv->imsg_ring[mbox].buf_phys); in tsi721_close_inb_mbox() 2508 (rx_phys - (u64)priv->imsg_ring[mbox].buf_phys); in tsi721_get_inb_message()
|
| H A D | tsi721.h | 727 dma_addr_t buf_phys; member
|