Lines Matching full:channels
12 * - the PLL channels
16 * channels. Those channel are then connected to the clock muxes. Each mux has
17 * multiples sources (usually the xosc, some of the PLL channels and some "test
33 * | some channels [mux]
193 /* Some channels have an additional fixed divider */ in pll_channel_update()
199 /* Update a PLL and all its channels */
208 CprmanPllChannelState *channel = &s->channels[i]; in pll_update_all_channels()
499 pll_channel_update(&s->channels[i]); in update_channel_from_a2w()
547 * A given CM_PLLx register is shared by both the PLL and the channels in cprman_write()
640 device_cold_reset(DEVICE(&s->channels[i])); in cprman_reset()
665 &s->channels[i], in cprman_init()
667 set_pll_channel_init_info(s, &s->channels[i], i); in cprman_init()
725 src = s->channels[mapping].out; in connect_mux_sources()
748 CprmanPllChannelState *channel = &s->channels[i]; in cprman_realize()
760 s->channels[CPRMAN_PLLA_CHANNEL_DSI0].out); in cprman_realize()
762 s->channels[CPRMAN_PLLD_CHANNEL_DSI0].out); in cprman_realize()