Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/misc/
H A Dbcm2835_cprman.h137 typedef struct CprmanPllChannelState { struct
153 } CprmanPllChannelState; typedef
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()
/openbmc/qemu/hw/misc/
H A Dbcm2835_cprman.c157 CprmanPllChannelState *s = CPRMAN_PLL_CHANNEL(dev); in pll_channel_reset()
163 static bool pll_channel_is_enabled(CprmanPllChannelState *channel) in pll_channel_is_enabled()
174 static void pll_channel_update(CprmanPllChannelState *channel) in pll_channel_update()
208 CprmanPllChannelState *channel = &s->channels[i]; in pll_update_all_channels()
222 CprmanPllChannelState *s = CPRMAN_PLL_CHANNEL(obj); in pll_channel_init()
235 VMSTATE_CLOCK(pll_in, CprmanPllChannelState),
253 .instance_size = sizeof(CprmanPllChannelState),
748 CprmanPllChannelState *channel = &s->channels[i]; in cprman_realize()