Lines Matching refs:rqcfg

525 	struct pl330_reqcfg rqcfg;  member
1053 ns = desc->rqcfg.nonsecure ? 1 : 0; in _trigger()
1116 struct pl330_config *pcfg = pxs->desc->rqcfg.pcfg; in _ldst_memtomem()
1720 desc->rqcfg.nonsecure = 0; in pl330_submit_req()
1722 desc->rqcfg.nonsecure = 1; in pl330_submit_req()
1724 ccr = _prepare_ccr(&desc->rqcfg); in pl330_submit_req()
2592 if (desc->rqcfg.src_inc) { in pl330_get_current_xferred_count()
2737 desc->rqcfg.swap = SWAP_NO; in _init_desc()
2738 desc->rqcfg.scctl = CCTRL0; in _init_desc()
2739 desc->rqcfg.dcctl = CCTRL0; in _init_desc()
2819 desc->rqcfg.pcfg = &pch->dmac->pcfg; in pl330_get_desc()
2873 burst_len >>= desc->rqcfg.brst_size; in get_burst_len()
2915 desc->rqcfg.src_inc = 1; in pl330_prep_dma_cyclic()
2916 desc->rqcfg.dst_inc = 0; in pl330_prep_dma_cyclic()
2921 desc->rqcfg.src_inc = 0; in pl330_prep_dma_cyclic()
2922 desc->rqcfg.dst_inc = 1; in pl330_prep_dma_cyclic()
2931 desc->rqcfg.brst_size = pch->burst_sz; in pl330_prep_dma_cyclic()
2932 desc->rqcfg.brst_len = pch->burst_len; in pl330_prep_dma_cyclic()
2964 desc->rqcfg.src_inc = 1; in pl330_prep_dma_memcpy()
2965 desc->rqcfg.dst_inc = 1; in pl330_prep_dma_memcpy()
2979 desc->rqcfg.brst_size = 0; in pl330_prep_dma_memcpy()
2980 while (burst != (1 << desc->rqcfg.brst_size)) in pl330_prep_dma_memcpy()
2981 desc->rqcfg.brst_size++; in pl330_prep_dma_memcpy()
2983 desc->rqcfg.brst_len = get_burst_len(desc, len); in pl330_prep_dma_memcpy()
2989 desc->rqcfg.brst_len = 1; in pl330_prep_dma_memcpy()
3060 desc->rqcfg.src_inc = 1; in pl330_prep_slave_sg()
3061 desc->rqcfg.dst_inc = 0; in pl330_prep_slave_sg()
3065 desc->rqcfg.src_inc = 0; in pl330_prep_slave_sg()
3066 desc->rqcfg.dst_inc = 1; in pl330_prep_slave_sg()
3071 desc->rqcfg.brst_size = pch->burst_sz; in pl330_prep_slave_sg()
3072 desc->rqcfg.brst_len = pch->burst_len; in pl330_prep_slave_sg()