Lines Matching defs:sipll5
515 struct sipll5 {
522 #define to_sipll5(_hw) container_of(_hw, struct sipll5, hw)
527 struct sipll5 *sipll5 = to_sipll5(hw);
528 struct rzg2l_cpg_priv *priv = sipll5->priv;
543 struct sipll5 *sipll5 = to_sipll5(hw);
544 unsigned long pll5_rate = sipll5->foutpostdiv_rate;
563 struct sipll5 *sipll5 = to_sipll5(hw);
564 struct rzg2l_cpg_priv *priv = sipll5->priv;
577 * that info to sipll5 which sets parameters for generating FOUTPOSTDIV.
586 sipll5->foutpostdiv_rate =
642 struct sipll5 *sipll5;
650 sipll5 = devm_kzalloc(priv->dev, sizeof(*sipll5), GFP_KERNEL);
651 if (!sipll5)
661 sipll5->hw.init = &init;
662 sipll5->conf = core->conf;
663 sipll5->priv = priv;
668 clk_hw = &sipll5->hw;