Home
last modified time | relevance | path

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

/u-boot/include/
A Dbouncebuf.h63 int bounce_buffer_start(struct bounce_buffer *state, void *data,
/u-boot/common/
A Dbouncebuf.c69 int bounce_buffer_start(struct bounce_buffer *state, void *data, in bounce_buffer_start() function
/u-boot/drivers/mtd/nand/raw/
A Dtegra_nand.c544 bounce_buffer_start(&bbstate, (void *)buf, 1 << chip->page_shift, in nand_rw_page()
566 bounce_buffer_start(&bbstate_oob, (void *)tag_ptr, tag_size, in nand_rw_page()
575 bounce_buffer_start(&bbstate_oob, (void *)chip->oob_poi, in nand_rw_page()
765 bounce_buffer_start(&bbstate_oob, (void *)chip->oob_poi, tag_size, in nand_rw_oob()
/u-boot/drivers/mmc/
A Ddw_mmc.c279 ret = bounce_buffer_start(&bbstate,
284 ret = bounce_buffer_start(&bbstate,
A Dmxsmmc.c276 bounce_buffer_start(&bbstate, addr, data_count, flags); in mxsmmc_send_cmd_dma()
A Dtegra_mmc.c354 bounce_buffer_start(&bbstate, buf, len, bbflags); in tegra_mmc_send_cmd()

Completed in 11 milliseconds