Home
last modified time | relevance | path

Searched refs:bbram8_wo (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/nvram/
H A Dxlnx-bbram.c154 if (le32 && (hwaddr != A_BBRAM_8 || s->bbram8_wo)) { in bbram_bdrv_sync()
192 int nr = RAM_MAX - (s->bbram8_wo ? 0 : 4); /* only wo bbram8 is cleared */ in bbram_zeroize()
287 return s->bbram8_wo ? bbram_wo_postr(reg, val) : val; in bbram_r8_postr()
320 if (s->bbram8_wo) { in bbram_msw_lock_prew()
449 s->bbram8_wo = true; in bbram_ctrl_realize()
/openbmc/qemu/include/hw/nvram/
H A Dxlnx-bbram.h47 bool bbram8_wo; member