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

/linux-master/drivers/spi/
H A Dspi-omap2-mcspi.c311 int max_fifo_depth, bytes_per_word; local
323 max_fifo_depth = OMAP2_MCSPI_MAX_FIFODEPTH / 2;
325 max_fifo_depth = OMAP2_MCSPI_MAX_FIFODEPTH;
344 mcspi->fifo_depth = max_fifo_depth;
/linux-master/drivers/dma/ti/
H A Domap-dma.c1626 int max_fifo_depth, int tparams)
1634 if (max_fifo_depth == 0)
1635 max_fifo_depth = 1;
1639 val = 0xff & max_fifo_depth;
1625 omap_dma_init_gcr(struct omap_dmadev *od, int arb_rate, int max_fifo_depth, int tparams) argument

Completed in 121 milliseconds