Home
last modified time | relevance | path

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

/qemu/include/hw/misc/
H A Dbcm2835_cprman.h137 typedef struct CprmanPllChannelState { struct
153 } CprmanPllChannelState; argument
199 CprmanPllChannelState channels[CPRMAN_NUM_PLL_CHANNEL];
H A Dbcm2835_cprman_internals.h22 DECLARE_INSTANCE_CHECKER(CprmanPllChannelState, CPRMAN_PLL_CHANNEL,
403 CprmanPllChannelState *channel, in set_pll_channel_init_info()
/qemu/hw/misc/
H A Dbcm2835_cprman.c155 CprmanPllChannelState *s = CPRMAN_PLL_CHANNEL(dev); in pll_channel_reset()
161 static bool pll_channel_is_enabled(CprmanPllChannelState *channel) in pll_channel_is_enabled()
172 static void pll_channel_update(CprmanPllChannelState *channel) in pll_channel_update()
206 CprmanPllChannelState *channel = &s->channels[i]; in pll_update_all_channels()
220 CprmanPllChannelState *s = CPRMAN_PLL_CHANNEL(obj); in pll_channel_init()
233 VMSTATE_CLOCK(pll_in, CprmanPllChannelState),
249 .instance_size = sizeof(CprmanPllChannelState),
740 CprmanPllChannelState *channel = &s->channels[i]; in cprman_realize()