Home
last modified time | relevance | path

Searched refs:rqcfg (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/dma/
Dpl330.c98 struct pl330_reqcfg rqcfg; member
362 desc->rqcfg.swap = SWAP_NO; in _init_desc()
363 desc->rqcfg.privileged = 0; in _init_desc()
364 desc->rqcfg.insnaccess = 0; in _init_desc()
365 desc->rqcfg.scctl = SCCTRL0; in _init_desc()
366 desc->rqcfg.dcctl = DCCTRL0; in _init_desc()
367 desc->req.cfg = &desc->rqcfg; in _init_desc()
507 burst_len >>= desc->rqcfg.brst_size; in get_burst_len()
514 if (!(len % (burst_len << desc->rqcfg.brst_size))) in get_burst_len()
544 desc->rqcfg.src_inc = 1; in pl330_prep_dma_memcpy()
[all …]
/linux-2.6.39/arch/arm/plat-samsung/
Ds3c-pl330.c87 struct pl330_reqcfg rqcfg; member
441 int burst = 1 << ch->rqcfg.brst_size; in s3c_pl330_submit()
459 ch->rqcfg.brst_len = bl; in s3c_pl330_submit()
461 ch->rqcfg.brst_len = 1; in s3c_pl330_submit()
682 if (ch->rqcfg.brst_size && size % (1 << ch->rqcfg.brst_size)) { in s3c2410_dma_enqueue()
762 ch->rqcfg.brst_size = 2; /* Default word size */ in s3c2410_dma_request()
763 ch->rqcfg.swap = SWAP_NO; in s3c2410_dma_request()
764 ch->rqcfg.scctl = SCCTRL0; /* Noncacheable and nonbufferable */ in s3c2410_dma_request()
765 ch->rqcfg.dcctl = DCCTRL0; /* Noncacheable and nonbufferable */ in s3c2410_dma_request()
766 ch->rqcfg.privileged = 0; in s3c2410_dma_request()
[all …]