Searched refs:dma_in (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/crypto/caam/ |
| H A D | blob_gen.c | 77 dma_addr_t dma_in, dma_out; in caam_process_blob() local 116 dma_in = dma_map_single(jrdev, info->input, len, in caam_process_blob() 118 if (dma_mapping_error(jrdev, dma_in)) { in caam_process_blob() 150 append_key(desc, dma_in, info->input_len, in caam_process_blob() 154 append_fifo_store(desc, dma_in, info->input_len, in caam_process_blob() 158 append_fifo_store(desc, dma_in, info->input_len, in caam_process_blob() 174 append_seq_in_ptr(desc, dma_in, info->input_len, 0); in caam_process_blob() 206 dma_unmap_single(jrdev, dma_in, len, in caam_process_blob()
|
| /linux/drivers/net/ethernet/xilinx/ |
| H A D | ll_temac_main.c | 271 lp->dma_in = temac_dma_dcr_in; in temac_dcr_setup() 668 while (lp->dma_in(lp, DMA_CONTROL_REG) & DMA_CONTROL_RST) { in temac_device_reset() 1121 status = lp->dma_in(lp, TX_IRQ_REG); in ll_temac_tx_irq() 1129 status, lp->dma_in(lp, TX_CHNL_STS)); in ll_temac_tx_irq() 1141 status = lp->dma_in(lp, RX_IRQ_REG); in ll_temac_rx_irq() 1149 status, lp->dma_in(lp, RX_CHNL_STS)); in ll_temac_rx_irq() 1261 len += sprintf(buf + len, "%.8x%s", lp->dma_in(lp, i), in temac_show_llink_regs() 1521 lp->dma_in = temac_dma_in32_le; in temac_probe() 1524 lp->dma_in = temac_dma_in32_be; in temac_probe() 1545 lp->dma_in = temac_dma_in32_le; in temac_probe() [all …]
|
| H A D | ll_temac.h | 362 u32 (*dma_in)(struct temac_local *lp, int reg); member
|
| /linux/drivers/crypto/hisilicon/sec/ |
| H A D | sec_algs.c | 377 sec_free_hw_sgl(el->in, el->dma_in, info); in sec_alg_free_el() 671 ret = sec_alloc_and_fill_hw_sgl(&el->in, &el->dma_in, el->sgl_in, in sec_alg_alloc_and_fill_el() 676 req->data_addr_lo = lower_32_bits(el->dma_in); in sec_alg_alloc_and_fill_el() 677 req->data_addr_hi = upper_32_bits(el->dma_in); in sec_alg_alloc_and_fill_el() 693 req->cipher_destin_addr_lo = lower_32_bits(el->dma_in); in sec_alg_alloc_and_fill_el() 694 req->cipher_destin_addr_hi = upper_32_bits(el->dma_in); in sec_alg_alloc_and_fill_el() 700 sec_free_hw_sgl(el->in, el->dma_in, info); in sec_alg_alloc_and_fill_el()
|
| H A D | sec_drv.h | 306 dma_addr_t dma_in; member
|