Searched refs:bounce_buffer_start (Results 1 - 7 of 7) sorted by relevance

/u-boot/include/
H A Dbouncebuf.h57 * bounce_buffer_start() -- Start the bounce buffer session
63 int bounce_buffer_start(struct bounce_buffer *state, void *data,
67 * bounce_buffer_start() -- Start the bounce buffer session with external align check function
/u-boot/common/
H A Dbouncebuf.c70 int bounce_buffer_start(struct bounce_buffer *state, void *data, function
/u-boot/drivers/mtd/nand/raw/
H A Dtegra_nand.c546 bounce_buffer_start(&bbstate, (void *)buf, 1 << chip->page_shift,
568 bounce_buffer_start(&bbstate_oob, (void *)tag_ptr, tag_size,
577 bounce_buffer_start(&bbstate_oob, (void *)chip->oob_poi,
767 bounce_buffer_start(&bbstate_oob, (void *)chip->oob_poi, tag_size,
/u-boot/drivers/mmc/
H A Ddw_mmc.c280 ret = bounce_buffer_start(&bbstate,
285 ret = bounce_buffer_start(&bbstate,
H A Dtegra_mmc.c357 bounce_buffer_start(&bbstate, buf, len, bbflags);
H A Dmxsmmc.c276 bounce_buffer_start(&bbstate, addr, data_count, flags);
/u-boot/drivers/spi/
H A Drockchip_sfc.c529 ret = bounce_buffer_start(&bb, dma_buf, len, bb_flags);

Completed in 72 milliseconds