Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-omap2-mcspi.c299 int max_fifo_depth, bytes_per_word; in omap2_mcspi_set_fifo() local
311 max_fifo_depth = OMAP2_MCSPI_MAX_FIFODEPTH / 2; in omap2_mcspi_set_fifo()
313 max_fifo_depth = OMAP2_MCSPI_MAX_FIFODEPTH; in omap2_mcspi_set_fifo()
332 mcspi->fifo_depth = max_fifo_depth; in omap2_mcspi_set_fifo()
/kernel/linux/linux-5.10/drivers/dma/ti/
H A Domap-dma.c1621 int max_fifo_depth, int tparams) in omap_dma_init_gcr()
1629 if (max_fifo_depth == 0) in omap_dma_init_gcr()
1630 max_fifo_depth = 1; in omap_dma_init_gcr()
1634 val = 0xff & max_fifo_depth; in omap_dma_init_gcr()
1620 omap_dma_init_gcr(struct omap_dmadev *od, int arb_rate, int max_fifo_depth, int tparams) omap_dma_init_gcr() argument
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-omap2-mcspi.c300 int max_fifo_depth, bytes_per_word; in omap2_mcspi_set_fifo() local
312 max_fifo_depth = OMAP2_MCSPI_MAX_FIFODEPTH / 2; in omap2_mcspi_set_fifo()
314 max_fifo_depth = OMAP2_MCSPI_MAX_FIFODEPTH; in omap2_mcspi_set_fifo()
333 mcspi->fifo_depth = max_fifo_depth; in omap2_mcspi_set_fifo()
/kernel/linux/linux-6.6/drivers/dma/ti/
H A Domap-dma.c1627 int max_fifo_depth, int tparams) in omap_dma_init_gcr()
1635 if (max_fifo_depth == 0) in omap_dma_init_gcr()
1636 max_fifo_depth = 1; in omap_dma_init_gcr()
1640 val = 0xff & max_fifo_depth; in omap_dma_init_gcr()
1626 omap_dma_init_gcr(struct omap_dmadev *od, int arb_rate, int max_fifo_depth, int tparams) omap_dma_init_gcr() argument

Completed in 13 milliseconds