Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/misc/
H A Dnpcm7xx_clk.h93 typedef struct NPCM7xxClockPLLState { struct
102 } NPCM7xxClockPLLState; argument
164 NPCM7xxClockPLLState plls[NPCM7XX_CLOCK_NR_PLLS];
/openbmc/qemu/hw/misc/
H A Dnpcm7xx_clk.c112 #define NPCM7XX_CLOCK_PLL(obj) OBJECT_CHECK(NPCM7xxClockPLLState, \
123 NPCM7xxClockPLLState *s = opaque; in npcm7xx_clk_update_pll()
596 NPCM7xxClockPLLState *pll = NPCM7XX_CLOCK_PLL(obj); in npcm7xx_clk_pll_init()
637 static void npcm7xx_init_clock_pll(NPCM7xxClockPLLState *pll, in npcm7xx_init_clock_pll()
973 VMSTATE_CLOCK(clock_in, NPCM7xxClockPLLState),
1052 .instance_size = sizeof(NPCM7xxClockPLLState),