Searched refs:shadow (Results 1 – 7 of 7) sorted by relevance
| /rk3399_rockchip-uboot/drivers/net/fsl-mc/dpio/ |
| H A D | qbman_sys.h | 152 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() 179 __raw_writel(shadow[loop], s->addr_cena + 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() [all …]
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.fuse | 20 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.
|
| H A D | README.fsl_iim | 28 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
|
| H A D | README.mxc_ocotp | 31 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
|
| /rk3399_rockchip-uboot/drivers/mmc/ |
| H A D | bcm2835_sdhci.c | 98 static u32 shadow; in bcm2835_sdhci_writew() local 99 u32 oldval = (reg == SDHCI_COMMAND) ? shadow : in bcm2835_sdhci_writew() 107 shadow = newval; in bcm2835_sdhci_writew()
|
| /rk3399_rockchip-uboot/scripts/kconfig/lxdialog/ |
| H A D | util.c | 22 dlg.shadow.atr = A_NORMAL; in set_mono_theme() 62 DLG_COLOR(shadow, COLOR_BLACK, COLOR_BLACK, true); in set_classic_theme() 95 DLG_COLOR(shadow, COLOR_BLACK, COLOR_BLACK, false); in set_blackbg_theme() 182 init_one_color(&dlg.shadow); in init_dialog_colors() 504 wattrset(win, dlg.shadow.atr); in draw_shadow()
|
| H A D | dialog.h | 106 struct dialog_color shadow; member
|