Lines Matching full:plls
11 * - the PLLs
15 * A main oscillator (xosc) feeds all the PLLs. Each PLLs has one or more
24 * dividers (and multipliers in case of the PLLs), and can be disabled (in this
454 r |= pll_is_locked(&s->plls[i]) << CM_LOCK_MAPPING[i]; in get_cm_lock()
487 pll_update_all_channels(s, &s->plls[i]); in update_pll_and_channels_from_cm()
554 pll_update(&s->plls[CPRMAN_PLLA]); in cprman_write()
558 pll_update(&s->plls[CPRMAN_PLLC]); in cprman_write()
562 pll_update(&s->plls[CPRMAN_PLLD]); in cprman_write()
566 pll_update(&s->plls[CPRMAN_PLLH]); in cprman_write()
570 pll_update(&s->plls[CPRMAN_PLLB]); in cprman_write()
636 device_cold_reset(DEVICE(&s->plls[i])); in cprman_reset()
659 &s->plls[i], TYPE_CPRMAN_PLL); in cprman_init()
660 set_pll_init_info(s, &s->plls[i], i); in cprman_init()
738 CprmanPllState *pll = &s->plls[i]; in cprman_realize()
750 Clock *parent_clk = s->plls[parent].out; in cprman_realize()