Searched refs:fifo_max (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c64xx/include/mach/
H A Duncompress.h25 fifo_max = 63 << S3C2440_UFSTAT_TXSHIFT;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s5pc100/include/mach/
H A Duncompress.h25 fifo_max = 63 << S3C2440_UFSTAT_TXSHIFT;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s5pv310/include/mach/
H A Duncompress.h25 * fifo_max should be the minimum fifo size of all of the UART channels
28 fifo_max = 15 << S5PV210_UFSTAT_TXSHIFT;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c2410/include/mach/
H A Duncompress.h47 fifo_max = 63 << S3C2440_UFSTAT_TXSHIFT;
50 fifo_max = 15 << S3C2410_UFSTAT_TXSHIFT;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-samsung/include/plat/
H A Duncompress.h22 static unsigned int fifo_max; variable
74 if (level < fifo_max)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/sh/
H A Dfsi.c116 int fifo_max; member in struct:fsi_priv
456 fsi->fifo_max = 256 << shift;
457 dev_dbg(dai->dev, "fifo = %d words\n", fsi->fifo_max);
479 fsi->fifo_max >>= 1;
480 dev_dbg(dai->dev, "%d channel %d store\n", fsi->chan, fsi->fifo_max);
544 fifo_free = (fsi->fifo_max * fsi->chan) - fsi_get_fifo_residue(fsi, 1);

Completed in 87 milliseconds