Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/misc/
H A Dnpcm7xx_clk.h114 typedef struct NPCM7xxClockSELState { struct
125 } NPCM7xxClockSELState; argument
165 NPCM7xxClockSELState sels[NPCM7XX_CLOCK_NR_SELS];
/openbmc/qemu/hw/misc/
H A Dnpcm7xx_clk.c115 #define NPCM7XX_CLOCK_SEL(obj) OBJECT_CHECK(NPCM7xxClockSELState, \
141 NPCM7xxClockSELState *s = opaque; in npcm7xx_clk_update_sel()
612 NPCM7xxClockSELState *sel = NPCM7XX_CLOCK_SEL(obj); in npcm7xx_clk_sel_init()
649 static void npcm7xx_init_clock_sel(NPCM7xxClockSELState *sel, in npcm7xx_init_clock_sel()
983 VMSTATE_ARRAY_OF_POINTER_TO_STRUCT(clock_in, NPCM7xxClockSELState,
1060 .instance_size = sizeof(NPCM7xxClockSELState),