Searched refs:x_count (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/blackfin/
H A Dbf5xx-sport.c130 unsigned int x_count, unsigned int ycount, size_t wdsize)
139 desc[i].x_count = x_count;
152 desc[0].x_count, desc[0].y_count,
193 desc->x_count = sport->dummy_count / 2;
312 desc->x_count = sport->dummy_count / 2;
393 unsigned int x_count; local
401 x_count = fragsize / sport->wdsize;
407 if (x_count >= 0x10000) {
408 int i, count = x_count;
128 setup_desc(struct dmasg *desc, void *buf, int fragcount, size_t fragsize, unsigned int cfg, unsigned int x_count, unsigned int ycount, size_t wdsize) argument
458 unsigned int x_count; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Ddma.h82 unsigned short x_count; member in struct:dmasg
97 unsigned short x_count; /* DMA x_count register */ member in struct:dma_register
167 static inline void set_dma_x_count(unsigned int channel, unsigned short x_count) argument
169 dma_ch[channel].regs->x_count = x_count;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dbfin_mac.h26 unsigned short x_count; member in struct:dma_descriptor
H A Dfec_mpc52xx.h105 u32 x_count; /* FEC + 0x164 */ member in struct:mpc52xx_fec
H A Dbfin_mac.c163 a->x_count = 0;
176 b->x_count = 0;
221 a->x_count = 0;
235 b->x_count = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Dbfin_sdh.c55 unsigned short x_count; member in struct:dma_desc_array
163 host->sg_cpu[i].x_count = sg_dma_len(sg) / 4;
166 "cfg:0x%x, x_count:0x%x, x_modify:0x%x\n",
168 host->sg_cpu[i].cfg, host->sg_cpu[i].x_count,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dbfin_dma_5xx.c277 bfin_write16(&dst_ch->x_count, size >> 2);
283 bfin_write16(&src_ch->x_count, size >> 2);

Completed in 113 milliseconds