Home
last modified time | relevance | path

Searched refs:shadow (Results 1 – 9 of 9) sorted by relevance

/u-boot/drivers/net/fsl-mc/dpio/
A Dqbman_sys.h152 void *shadow = s->cena + offset; in qbman_cena_write_start() local
156 s->addr_cena, offset, shadow); in qbman_cena_write_start()
159 dcbz(shadow); in qbman_cena_write_start()
160 return shadow; in qbman_cena_write_start()
166 const uint32_t *shadow = cmd; in qbman_cena_write_complete() local
171 s->addr_cena, offset, shadow); in qbman_cena_write_complete()
176 __raw_writel(shadow[loop], s->addr_cinh + in qbman_cena_write_complete()
186 uint32_t *shadow = s->cena + offset; in qbman_cena_read() local
191 s->addr_cena, offset, shadow); in qbman_cena_read()
203 hexdump(shadow, 64); in qbman_cena_read()
[all …]
/u-boot/doc/
A DREADME.fuse20 volatile shadow cache.
29 Read fuse words from the shadow cache.
33 Sense - i.e. read directly from the fusebox, skipping the shadow cache -
34 fuse words. This operation does not update the shadow cache.
42 irreversible. The shadow cache is updated accordingly or not, depending on
53 Override fuse words in the shadow cache.
55 The fusebox is unaffected, so following this operation, the shadow cache
57 used to get the values from the shadow cache or from the fusebox.
A DREADME.fsl_iim28 Read operations are implemented as read accesses to the shadow registers,
37 this operation, the shadow registers are reloaded by the hardware (not
42 Override operations are implemented as write accesses to the shadow
A DREADME.mxc_ocotp31 Read operations are implemented as read accesses to the shadow registers,
41 Following this operation, the shadow registers are not reloaded by the
45 Override operations are implemented as write accesses to the shadow
/u-boot/arch/arm/mach-stm32mp/
A Dbsec.c398 bool shadow = true, lock = false; in stm32mp_bsec_read() local
408 shadow = false; in stm32mp_bsec_read()
421 else if (shadow) in stm32mp_bsec_read()
440 bool shadow = true, lock = false; in stm32mp_bsec_write() local
450 shadow = false; in stm32mp_bsec_write()
463 else if (shadow) in stm32mp_bsec_write()
/u-boot/drivers/mmc/
A Dbcm2835_sdhci.c106 static u32 shadow; in bcm2835_sdhci_writew() local
107 u32 oldval = (reg == SDHCI_COMMAND) ? shadow : in bcm2835_sdhci_writew()
115 shadow = newval; in bcm2835_sdhci_writew()
/u-boot/scripts/kconfig/lxdialog/
A Dutil.c21 dlg.shadow.atr = A_NORMAL; in set_mono_theme()
61 DLG_COLOR(shadow, COLOR_BLACK, COLOR_BLACK, true); in set_classic_theme()
94 DLG_COLOR(shadow, COLOR_BLACK, COLOR_BLACK, false); in set_blackbg_theme()
181 init_one_color(&dlg.shadow); in init_dialog_colors()
503 wattrset(win, dlg.shadow.atr); in draw_shadow()
A Ddialog.h99 struct dialog_color shadow; member
/u-boot/arch/x86/include/asm/arch-apollolake/acpi/
A Dnorthbridge.asl84 /* Read C-Unit PCI CFG Reg. 0xBC for TOLUD (shadow from B-Unit) */

Completed in 23 milliseconds