Searched refs:max_fifo_depth (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/spi/
H A Dspi-omap2-mcspi.c300 int max_fifo_depth, bytes_per_word; local
312 max_fifo_depth = OMAP2_MCSPI_MAX_FIFODEPTH / 2;
314 max_fifo_depth = OMAP2_MCSPI_MAX_FIFODEPTH;
333 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 289 milliseconds