Home
last modified time | relevance | path

Searched refs:spi_flush_fifo (Results 1 – 2 of 2) sorted by relevance

/u-boot/drivers/spi/
A Dexynos_spi.c49 static void spi_flush_fifo(struct exynos_spi *regs) in spi_flush_fifo() function
308 spi_flush_fifo(priv->regs); in exynos_spi_claim_bus()
320 spi_flush_fifo(priv->regs); in exynos_spi_release_bus()
/u-boot/doc/driver-model/
A Dspi-howto.rst412 spi_flush_fifo(slave);
504 spi_flush_fifo(priv->regs);
511 The spi_flush_fifo() function is in the removed part of the code, so we
523 static void spi_flush_fifo(struct exynos_spi *regs)
535 is a call to spi_flush_fifo, so we add:
543 spi_flush_fifo(priv->regs);

Completed in 4 milliseconds