Home
last modified time | relevance | path

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

/external/u-boot/include/
Dbouncebuf.h20 #define GEN_BB_READ (1 << 0) macro
37 #define GEN_BB_RW (GEN_BB_READ | GEN_BB_WRITE)
/external/u-boot/common/
Dbouncebuf.c48 if (state->flags & GEN_BB_READ) in bounce_buffer_start()
/external/u-boot/board/synopsys/axs10x/
Dnand.c106 bounce_buffer_start(&bbstate, (void *)buf, len, GEN_BB_READ); in axs101_nand_write_buf()
/external/u-boot/drivers/mtd/nand/
Dtegra_nand.c535 bbflags = GEN_BB_READ; in nand_rw_page()
756 bbflags = GEN_BB_READ; in nand_rw_oob()
/external/u-boot/drivers/mmc/
Dmxsmmc.c108 flags = GEN_BB_READ; in mxsmmc_send_cmd_dma()
Ddw_mmc.c229 data->blocks, GEN_BB_READ);
Dtegra_mmc.c342 bbflags = GEN_BB_READ; in tegra_mmc_send_cmd()