Home
last modified time | relevance | path

Searched refs:bbstate (Results 1 – 5 of 5) sorted by relevance

/u-boot/drivers/mmc/
A Dtegra_mmc.c77 struct bounce_buffer *bbstate) in tegra_mmc_prepare_data() argument
83 bbstate->bounce_buffer, bbstate->user_buffer, data->blocks, in tegra_mmc_prepare_data()
86 writel((u32)(unsigned long)bbstate->bounce_buffer, &priv->reg->sysad); in tegra_mmc_prepare_data()
164 struct bounce_buffer *bbstate) in tegra_mmc_send_cmd_bounced() argument
179 tegra_mmc_prepare_data(priv, data, bbstate); in tegra_mmc_send_cmd_bounced()
341 struct bounce_buffer bbstate; in tegra_mmc_send_cmd() local
354 bounce_buffer_start(&bbstate, buf, len, bbflags); in tegra_mmc_send_cmd()
357 ret = tegra_mmc_send_cmd_bounced(dev, cmd, data, &bbstate); in tegra_mmc_send_cmd()
360 bounce_buffer_stop(&bbstate); in tegra_mmc_send_cmd()
A Ddw_mmc.c260 struct bounce_buffer bbstate; local
279 ret = bounce_buffer_start(&bbstate,
284 ret = bounce_buffer_start(&bbstate,
294 bbstate.bounce_buffer);
392 bounce_buffer_stop(&bbstate);
A Dmxsmmc.c261 struct bounce_buffer bbstate; in mxsmmc_send_cmd_dma() local
276 bounce_buffer_start(&bbstate, addr, data_count, flags); in mxsmmc_send_cmd_dma()
278 priv->desc->cmd.address = (dma_addr_t)bbstate.bounce_buffer; in mxsmmc_send_cmd_dma()
290 bounce_buffer_stop(&bbstate); in mxsmmc_send_cmd_dma()
294 bounce_buffer_stop(&bbstate); in mxsmmc_send_cmd_dma()
A Drenesas-sdhi.c737 struct bounce_buffer bbstate; in renesas_sdhi_send_cmd() local
754 ret = bounce_buffer_start_extalign(&bbstate, buf, len, bbflags, in renesas_sdhi_send_cmd()
765 data->dest = bbstate.bounce_buffer; in renesas_sdhi_send_cmd()
767 data->src = bbstate.bounce_buffer; in renesas_sdhi_send_cmd()
774 buf = bbstate.user_buffer; in renesas_sdhi_send_cmd()
776 bounce_buffer_stop(&bbstate); in renesas_sdhi_send_cmd()
/u-boot/drivers/mtd/nand/raw/
A Dtegra_nand.c522 struct bounce_buffer bbstate, bbstate_oob; in nand_rw_page() local
544 bounce_buffer_start(&bbstate, (void *)buf, 1 << chip->page_shift, in nand_rw_page()
547 writel(virt_to_phys(bbstate.bounce_buffer), &info->reg->data_block_ptr); in nand_rw_page()
627 bounce_buffer_stop(&bbstate); in nand_rw_page()

Completed in 24 milliseconds