Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dallwinner-cpucfg.c142 val = s->super_standby; in allwinner_cpucfg_read()
198 s->super_standby = val; in allwinner_cpucfg_write()
234 s->super_standby = REG_SUPER_STANDBY_RST; in allwinner_cpucfg_reset()
255 VMSTATE_UINT32(super_standby, AwCpuCfgState),
/openbmc/qemu/include/hw/misc/
H A Dallwinner-cpucfg.h46 uint32_t super_standby; member