Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dtegra_mmc.c69 struct bounce_buffer *bbstate) in tegra_mmc_prepare_data() argument
75 bbstate->bounce_buffer, bbstate->user_buffer, data->blocks, in tegra_mmc_prepare_data()
78 writel((u32)(unsigned long)bbstate->bounce_buffer, &priv->reg->sysad); in tegra_mmc_prepare_data()
156 struct bounce_buffer *bbstate) in tegra_mmc_send_cmd_bounced() argument
171 tegra_mmc_prepare_data(priv, data, bbstate); in tegra_mmc_send_cmd_bounced()
333 struct bounce_buffer bbstate; in tegra_mmc_send_cmd() local
346 bounce_buffer_start(&bbstate, buf, len, bbflags); in tegra_mmc_send_cmd()
349 ret = tegra_mmc_send_cmd_bounced(dev, cmd, data, &bbstate); in tegra_mmc_send_cmd()
352 bounce_buffer_stop(&bbstate); in tegra_mmc_send_cmd()
H A Dmxsmmc.c96 struct bounce_buffer bbstate; in mxsmmc_send_cmd_dma() local
111 bounce_buffer_start(&bbstate, addr, data_count, flags); in mxsmmc_send_cmd_dma()
113 priv->desc->cmd.address = (dma_addr_t)bbstate.bounce_buffer; in mxsmmc_send_cmd_dma()
121 bounce_buffer_stop(&bbstate); in mxsmmc_send_cmd_dma()
125 bounce_buffer_stop(&bbstate); in mxsmmc_send_cmd_dma()
H A Ddw_mmc.c236 struct bounce_buffer bbstate; local
255 bounce_buffer_start(&bbstate, (void*)data->dest,
259 bounce_buffer_start(&bbstate, (void*)data->src,
264 bbstate.bounce_buffer);
362 bounce_buffer_stop(&bbstate);
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dtegra_nand.c517 struct bounce_buffer bbstate, bbstate_oob; in nand_rw_page() local
539 bounce_buffer_start(&bbstate, (void *)buf, 1 << chip->page_shift, in nand_rw_page()
542 writel(virt_to_phys(bbstate.bounce_buffer), &info->reg->data_block_ptr); in nand_rw_page()
622 bounce_buffer_stop(&bbstate); in nand_rw_page()
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/
H A Dmodels.py40 bbstate = models.IntegerField(choices = SERVER_STATE, default = SERVER_STOPPED) variable in BuildEnvironment
H A Dlocalhostbecontroller.py483 self.be.bbstate = BuildEnvironment.SERVER_STARTED
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_gpu_error.h81 u32 bbstate; member
H A Di915_gpu_error.c564 err_printf(m, " BB_STATE: 0x%08x\n", ee->bbstate); in error_print_engine()
1262 ee->bbstate = ENGINE_READ(engine, RING_BBSTATE); in engine_record_registers()