Home
last modified time | relevance | path

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

/qemu/include/hw/misc/
H A Dstm32l4x5_rcc.h144 typedef struct RccClockMuxState { struct
159 struct RccClockMuxState *backref[RCC_NUM_CLOCK_MUX_SRC]; argument
160 } RccClockMuxState; typedef
231 RccClockMuxState clock_muxes[RCC_NUM_CLOCK_MUX];
H A Dstm32l4x5_rcc_internals.h27 OBJECT_DECLARE_SIMPLE_TYPE(RccClockMuxState, RCC_CLOCK_MUX)
1028 static inline void set_clock_mux_init_info(RccClockMuxState *mux, in set_clock_mux_init_info()
/qemu/hw/misc/
H A Dstm32l4x5_rcc.c46 static void clock_mux_update(RccClockMuxState *mux, bool bypass_source) in clock_mux_update()
78 RccClockMuxState **backref = opaque; in clock_mux_src_update()
79 RccClockMuxState *s = *backref; in clock_mux_src_update()
94 RccClockMuxState *s = RCC_CLOCK_MUX(obj); in clock_mux_init()
112 RccClockMuxState *s = RCC_CLOCK_MUX(obj); in clock_mux_reset_enter()
118 RccClockMuxState *s = RCC_CLOCK_MUX(obj); in clock_mux_reset_hold()
124 RccClockMuxState *s = RCC_CLOCK_MUX(obj); in clock_mux_reset_exit()
133 VMSTATE_UINT32(id, RccClockMuxState),
134 VMSTATE_ARRAY_CLOCK(srcs, RccClockMuxState,
136 VMSTATE_BOOL(enabled, RccClockMuxState),
[all …]