max_fifo_depth    725 arch/arm/plat-omap/dma.c omap_dma_set_global_params(int arb_rate, int max_fifo_depth, int tparams)
max_fifo_depth    734 arch/arm/plat-omap/dma.c 	if (max_fifo_depth == 0)
max_fifo_depth    735 arch/arm/plat-omap/dma.c 		max_fifo_depth = 1;
max_fifo_depth    739 arch/arm/plat-omap/dma.c 	reg = 0xff & max_fifo_depth;
max_fifo_depth    300 drivers/spi/spi-omap2-mcspi.c 	int max_fifo_depth, bytes_per_word;
max_fifo_depth    312 drivers/spi/spi-omap2-mcspi.c 			max_fifo_depth = OMAP2_MCSPI_MAX_FIFODEPTH / 2;
max_fifo_depth    314 drivers/spi/spi-omap2-mcspi.c 			max_fifo_depth = OMAP2_MCSPI_MAX_FIFODEPTH;
max_fifo_depth    333 drivers/spi/spi-omap2-mcspi.c 		mcspi->fifo_depth = max_fifo_depth;
max_fifo_depth    344 include/linux/omap-dma.h extern void omap_dma_set_global_params(int arb_rate, int max_fifo_depth,