Home
last modified time | relevance | path

Searched refs:GEN_BB_READ (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dbouncebuf.h21 #define GEN_BB_READ (1 << 0) macro
38 #define GEN_BB_RW (GEN_BB_READ | GEN_BB_WRITE)
/OK3568_Linux_fs/u-boot/common/
H A Dbouncebuf.c49 if (state->flags & GEN_BB_READ) in bounce_buffer_start()
/OK3568_Linux_fs/u-boot/board/synopsys/axs10x/
H A Dnand.c107 bounce_buffer_start(&bbstate, (void *)buf, len, GEN_BB_READ); in axs101_nand_write_buf()
/OK3568_Linux_fs/u-boot/drivers/rkflash/
H A Dsfc.c131 bb_flags = GEN_BB_READ; in sfc_request()
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dtegra_nand.c536 bbflags = GEN_BB_READ; in nand_rw_page()
757 bbflags = GEN_BB_READ; in nand_rw_oob()
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Ddw_mmc.c411 data->blocks, GEN_BB_READ);
557 data->blocks, GEN_BB_READ);
H A Dmxsmmc.c109 flags = GEN_BB_READ; in mxsmmc_send_cmd_dma()
H A Dtegra_mmc.c345 bbflags = GEN_BB_READ; in tegra_mmc_send_cmd()
/OK3568_Linux_fs/u-boot/drivers/spi/
H A Drockchip_sfc.c560 bb_flags = GEN_BB_READ; in rockchip_sfc_xfer_data_dma()
/OK3568_Linux_fs/u-boot/drivers/nvme/
H A Dnvme.c757 bb_flags = GEN_BB_READ; in nvme_blk_rw()