Lines Matching refs:rqcfg

527 	struct pl330_reqcfg rqcfg;  member
1030 ns = desc->rqcfg.nonsecure ? 1 : 0; in _trigger()
1093 struct pl330_config *pcfg = pxs->desc->rqcfg.pcfg; in _ldst_memtomem()
1517 desc->rqcfg.nonsecure = 0; in pl330_submit_req()
1519 desc->rqcfg.nonsecure = 1; in pl330_submit_req()
1521 ccr = _prepare_ccr(&desc->rqcfg); in pl330_submit_req()
2378 if (desc->rqcfg.src_inc) { in pl330_get_current_xferred_count()
2526 desc->rqcfg.swap = SWAP_NO; in _init_desc()
2527 desc->rqcfg.scctl = CCTRL0; in _init_desc()
2528 desc->rqcfg.dcctl = CCTRL0; in _init_desc()
2608 desc->rqcfg.pcfg = &pch->dmac->pcfg; in pl330_get_desc()
2659 burst_len >>= desc->rqcfg.brst_size; in get_burst_len()
2722 desc->rqcfg.src_inc = 1; in pl330_prep_dma_cyclic()
2723 desc->rqcfg.dst_inc = 0; in pl330_prep_dma_cyclic()
2728 desc->rqcfg.src_inc = 0; in pl330_prep_dma_cyclic()
2729 desc->rqcfg.dst_inc = 1; in pl330_prep_dma_cyclic()
2738 desc->rqcfg.brst_size = pch->burst_sz; in pl330_prep_dma_cyclic()
2739 desc->rqcfg.brst_len = pch->burst_len; in pl330_prep_dma_cyclic()
2777 desc->rqcfg.src_inc = 1; in pl330_prep_dma_memcpy()
2778 desc->rqcfg.dst_inc = 1; in pl330_prep_dma_memcpy()
2792 desc->rqcfg.brst_size = 0; in pl330_prep_dma_memcpy()
2793 while (burst != (1 << desc->rqcfg.brst_size)) in pl330_prep_dma_memcpy()
2794 desc->rqcfg.brst_size++; in pl330_prep_dma_memcpy()
2796 desc->rqcfg.brst_len = get_burst_len(desc, len); in pl330_prep_dma_memcpy()
2802 desc->rqcfg.brst_len = 1; in pl330_prep_dma_memcpy()
2871 desc->rqcfg.src_inc = 1; in pl330_prep_slave_sg()
2872 desc->rqcfg.dst_inc = 0; in pl330_prep_slave_sg()
2876 desc->rqcfg.src_inc = 0; in pl330_prep_slave_sg()
2877 desc->rqcfg.dst_inc = 1; in pl330_prep_slave_sg()
2882 desc->rqcfg.brst_size = pch->burst_sz; in pl330_prep_slave_sg()
2883 desc->rqcfg.brst_len = pch->burst_len; in pl330_prep_slave_sg()