Searched refs:buf_phys (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/drivers/firmware/ |
D | turris-mox-rwtm.c | 72 dma_addr_t buf_phys; member 255 .args = { 1, rwtm->buf_phys, 4 }, in check_get_random_support() 265 .args = { 1, rwtm->buf_phys, ALIGN(max, 4) }, in mox_hwrng_read() 358 msg.args[1] = rwtm->buf_phys; in do_sign_write() 359 msg.args[2] = rwtm->buf_phys + MOX_ECC_NUMBER_LEN; in do_sign_write() 360 msg.args[3] = rwtm->buf_phys + 2 * MOX_ECC_NUMBER_LEN; in do_sign_write() 433 &rwtm->buf_phys, GFP_KERNEL); in turris_mox_rwtm_probe()
|
/linux-6.12.1/drivers/net/ethernet/ |
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-6.12.1/drivers/net/ethernet/mediatek/ |
D | mtk_wed.c | 668 dma_addr_t page_phys, buf_phys; in mtk_wed_tx_buffer_alloc() local 690 buf_phys = page_phys; in mtk_wed_tx_buffer_alloc() 696 desc->buf0 = cpu_to_le32(buf_phys); in mtk_wed_tx_buffer_alloc() 700 txd_size = dev->wlan.init_buf(buf, buf_phys, in mtk_wed_tx_buffer_alloc() 702 desc->buf1 = cpu_to_le32(buf_phys + txd_size); in mtk_wed_tx_buffer_alloc() 714 ctrl = token << 16 | TX_DMA_PREP_ADDR64(buf_phys); in mtk_wed_tx_buffer_alloc() 720 buf_phys += MTK_WED_BUF_SIZE; in mtk_wed_tx_buffer_alloc() 792 dma_addr_t page_phys, buf_phys; in mtk_wed_hwrro_buffer_alloc() local 812 buf_phys = page_phys; in mtk_wed_hwrro_buffer_alloc() 814 desc->buf0 = cpu_to_le32(buf_phys); in mtk_wed_hwrro_buffer_alloc() [all …]
|
/linux-6.12.1/drivers/crypto/ |
D | mxs-dcp.c | 606 dma_addr_t buf_phys = dma_map_single(sdcp->dev, sdcp->coh->sha_in_buf, in mxs_dcp_run_sha() local 609 ret = dma_mapping_error(sdcp->dev, buf_phys); in mxs_dcp_run_sha() 622 desc->source = buf_phys; in mxs_dcp_run_sha() 660 dma_unmap_single(sdcp->dev, buf_phys, DCP_BUF_SZ, DMA_TO_DEVICE); in mxs_dcp_run_sha()
|
/linux-6.12.1/drivers/crypto/intel/ixp4xx/ |
D | ixp4xx_crypto.c | 689 dma_addr_t pad_phys, buf_phys; in register_chain_var() local 695 buf = dma_pool_alloc(buffer_pool, GFP_KERNEL, &buf_phys); in register_chain_var() 703 dma_pool_free(buffer_pool, buf, buf_phys); in register_chain_var() 719 crypt->src_buf = buf_phys; in register_chain_var()
|
/linux-6.12.1/drivers/dma/ |
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-6.12.1/drivers/rapidio/devices/ |
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()
|
D | tsi721.h | 727 dma_addr_t buf_phys; member
|