Lines Matching refs:rqcfg

533 	struct pl330_reqcfg rqcfg;  member
1036 ns = desc->rqcfg.nonsecure ? 1 : 0; in _trigger()
1099 struct pl330_config *pcfg = pxs->desc->rqcfg.pcfg; in _ldst_memtomem()
1523 desc->rqcfg.nonsecure = 0; in pl330_submit_req()
1525 desc->rqcfg.nonsecure = 1; in pl330_submit_req()
1527 ccr = _prepare_ccr(&desc->rqcfg); in pl330_submit_req()
2389 if (desc->rqcfg.src_inc) { in pl330_get_current_xferred_count()
2540 desc->rqcfg.swap = SWAP_NO; in _init_desc()
2541 desc->rqcfg.scctl = CCTRL0; in _init_desc()
2542 desc->rqcfg.dcctl = CCTRL0; in _init_desc()
2623 desc->rqcfg.pcfg = &pch->dmac->pcfg; in pl330_get_desc()
2674 burst_len >>= desc->rqcfg.brst_size; in get_burst_len()
2737 desc->rqcfg.src_inc = 1; in pl330_prep_dma_cyclic()
2738 desc->rqcfg.dst_inc = 0; in pl330_prep_dma_cyclic()
2743 desc->rqcfg.src_inc = 0; in pl330_prep_dma_cyclic()
2744 desc->rqcfg.dst_inc = 1; in pl330_prep_dma_cyclic()
2753 desc->rqcfg.brst_size = pch->burst_sz; in pl330_prep_dma_cyclic()
2754 desc->rqcfg.brst_len = pch->burst_len; in pl330_prep_dma_cyclic()
2792 desc->rqcfg.src_inc = 1; in pl330_prep_dma_memcpy()
2793 desc->rqcfg.dst_inc = 1; in pl330_prep_dma_memcpy()
2807 desc->rqcfg.brst_size = 0; in pl330_prep_dma_memcpy()
2808 while (burst != (1 << desc->rqcfg.brst_size)) in pl330_prep_dma_memcpy()
2809 desc->rqcfg.brst_size++; in pl330_prep_dma_memcpy()
2811 desc->rqcfg.brst_len = get_burst_len(desc, len); in pl330_prep_dma_memcpy()
2817 desc->rqcfg.brst_len = 1; in pl330_prep_dma_memcpy()
2886 desc->rqcfg.src_inc = 1; in pl330_prep_slave_sg()
2887 desc->rqcfg.dst_inc = 0; in pl330_prep_slave_sg()
2891 desc->rqcfg.src_inc = 0; in pl330_prep_slave_sg()
2892 desc->rqcfg.dst_inc = 1; in pl330_prep_slave_sg()
2897 desc->rqcfg.brst_size = pch->burst_sz; in pl330_prep_slave_sg()
2898 desc->rqcfg.brst_len = pch->burst_len; in pl330_prep_slave_sg()