Home
last modified time | relevance | path

Searched refs:SPI_DMA_PREPARE (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dspi.h36 #define SPI_DMA_PREPARE BIT(24) /* dma transfer skip waiting idle, read without cache invalid */ macro
/OK3568_Linux_fs/u-boot/drivers/mtd/
H A Dmtd_blk.c497 spi->mode |= SPI_DMA_PREPARE; in mtd_dread()
500 spi->mode &= ~SPI_DMA_PREPARE; in mtd_dread()
/OK3568_Linux_fs/u-boot/drivers/spi/
H A Dspi-mem.c384 if (slave->mode & SPI_DMA_PREPARE) in spi_mem_exec_op()
H A Drockchip_sfc.c632 if (mem->mode & SPI_DMA_PREPARE) in rockchip_sfc_exec_op()