Home
last modified time | relevance | path

Searched refs:wprotect (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/hw/misc/
H A Dmac_via.h59 int wprotect; member
/openbmc/u-boot/arch/sh/include/asm/
H A Dcpu_sh7757.h92 unsigned int wprotect; member
/openbmc/qemu/hw/misc/
H A Dmac_via.c504 if (cmd == REG_WPROTECT || !v1s->wprotect) { in via1_rtc_update()
529 v1s->wprotect = !!(v1s->data_out & 0x80); in via1_rtc_update()
1307 VMSTATE_INT32(wprotect, MOS6522Q800VIA1State),
/openbmc/u-boot/board/renesas/sh7757lcr/
H A Dsh7757lcr.c342 writel(0xfedcba98, &gctrl->wprotect); in do_sh_g200()