Home
last modified time | relevance | path

Searched refs:saved_data_buf (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/cris/include/arch-v32/arch/hwregs/
Ddma.h52 char *saved_data_buf; member
/linux-4.1.27/arch/cris/arch-v32/drivers/
Dcryptocop.c1320 …(*int_op)->ctx_out.saved_data_buf = (*int_op)->cdesc_out->dma_descr->buf; /* Already physical addr… in cryptocop_setup_dma_list()
1335 …(*int_op)->ctx_in.saved_data_buf = (*int_op)->cdesc_in->dma_descr->buf; /* Already physical addres… in cryptocop_setup_dma_list()
2284 (*pj)->iop->ctx_out.saved_data_buf = operation->list_op.out_data_buf; in cryptocop_job_setup()
2289 (*pj)->iop->ctx_in.saved_data_buf = operation->list_op.in_data_buf; in cryptocop_job_setup()
3171 iop->ctx_out.saved_data_buf); in print_dma_descriptors()
3179 iop->ctx_in.saved_data_buf); in print_dma_descriptors()
Dsync_serial.c1282 port->out_context.saved_data_buf = port->prev_tr_descr->buf; in start_dma_out()
1325 port->in_context.saved_data_buf = port->in_descr[0].buf; in start_dma_in()