Home
last modified time | relevance | path

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

/linux/drivers/firmware/
H A Dturris-mox-rwtm.c72 dma_addr_t buf_phys;
255 .args = { 1, rwtm->buf_phys, 4 }, in mox_get_board_info()
265 .args = { 1, rwtm->buf_phys, ALIGN(max, 4) }, in check_get_random_support()
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()
434 &rwtm->buf_phys, GFP_KERNEL); in rwtm_register_debugfs()
59 dma_addr_t buf_phys; global() member
/linux/drivers/net/ethernet/
H A Dec_bhf.c115 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 Dmtk_wed.c668 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/drivers/crypto/
H A Dmxs-dcp.c606 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/drivers/crypto/intel/ixp4xx/
H A Dixp4xx_crypto.c689 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/drivers/dma/
H A Dimx-sdma.c775 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 Dtsi721.c2226 &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 Dtsi721.h727 dma_addr_t buf_phys; member