Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Diotkit-secctl.c155 r = s->secrespcfg; in iotkit_secctl_s_read()
361 s->secrespcfg = value; in iotkit_secctl_s_write()
362 qemu_set_irq(s->sec_resp_cfg, s->secrespcfg); in iotkit_secctl_s_write()
624 s->secrespcfg = 0; in iotkit_secctl_reset()
799 VMSTATE_UINT32(secrespcfg, IoTKitSecCtl),
/openbmc/qemu/include/hw/misc/
H A Diotkit-secctl.h108 uint32_t secrespcfg; member