Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dbouncebuf.h20 #define GEN_BB_READ (1 << 0) macro
37 #define GEN_BB_RW (GEN_BB_READ | GEN_BB_WRITE)
/openbmc/u-boot/common/
H A Dbouncebuf.c48 if (state->flags & GEN_BB_READ) in bounce_buffer_start()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dtegra_nand.c535 bbflags = GEN_BB_READ; in nand_rw_page()
756 bbflags = GEN_BB_READ; in nand_rw_oob()
/openbmc/u-boot/drivers/mmc/
H A Dmxsmmc.c108 flags = GEN_BB_READ; in mxsmmc_send_cmd_dma()
H A Dtegra_mmc.c342 bbflags = GEN_BB_READ; in tegra_mmc_send_cmd()
H A Ddw_mmc.c261 data->blocks, GEN_BB_READ);