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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/
H A Dpl330.c98 struct pl330_reqcfg rqcfg; member in struct:dma_pl330_desc
362 desc->rqcfg.swap = SWAP_NO;
363 desc->rqcfg.privileged = 0;
364 desc->rqcfg.insnaccess = 0;
365 desc->rqcfg.scctl = SCCTRL0;
366 desc->rqcfg.dcctl = DCCTRL0;
367 desc->req.cfg = &desc->rqcfg;
507 burst_len >>= desc->rqcfg.brst_size;
514 if (!(len % (burst_len << desc->rqcfg.brst_size)))
544 desc->rqcfg
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-samsung/
H A Ds3c-pl330.c66 * @rqcfg: Channel configuration for the xfers.
83 struct pl330_reqcfg rqcfg; member in struct:s3c_pl330_chan
437 int burst = 1 << ch->rqcfg.brst_size;
455 ch->rqcfg.brst_len = bl;
457 ch->rqcfg.brst_len = 1;
678 if (ch->rqcfg.brst_size && size % (1 << ch->rqcfg.brst_size)) {
758 ch->rqcfg.brst_size = 2; /* Default word size */
759 ch->rqcfg.swap = SWAP_NO;
760 ch->rqcfg
[all...]

Completed in 52 milliseconds