Home
last modified time | relevance | path

Searched refs:NPCM7xxRNGState (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/misc/
H A Dnpcm7xx_rng.c40 static bool npcm7xx_rng_is_enabled(NPCM7xxRNGState *s) in npcm7xx_rng_is_enabled()
48 NPCM7xxRNGState *s = opaque; in npcm7xx_rng_read()
95 NPCM7xxRNGState *s = opaque; in npcm7xx_rng_write()
133 NPCM7xxRNGState *s = NPCM7XX_RNG(obj); in npcm7xx_rng_enter_reset()
142 NPCM7xxRNGState *s = NPCM7XX_RNG(obj); in npcm7xx_rng_init()
154 VMSTATE_UINT8(rngcs, NPCM7xxRNGState),
155 VMSTATE_UINT8(rngd, NPCM7xxRNGState),
156 VMSTATE_UINT8(rngmode, NPCM7xxRNGState),
175 .instance_size = sizeof(NPCM7xxRNGState),
/openbmc/qemu/include/hw/misc/
H A Dnpcm7xx_rng.h21 struct NPCM7xxRNGState { struct
32 OBJECT_DECLARE_SIMPLE_TYPE(NPCM7xxRNGState, NPCM7XX_RNG) argument
/openbmc/qemu/include/hw/arm/
H A Dnpcm7xx.h100 NPCM7xxRNGState rng;