sipll5
struct sipll5 *sipll5;
sipll5 = devm_kzalloc(priv->dev, sizeof(*sipll5), GFP_KERNEL);
if (!sipll5)
sipll5->hw.init = &init;
sipll5->conf = core->conf;
sipll5->priv = priv;
clk_hw = &sipll5->hw;
#define to_sipll5(_hw) container_of(_hw, struct sipll5, hw)
struct sipll5 *sipll5 = to_sipll5(hw);
unsigned long pll5_rate = sipll5->foutpostdiv_rate;
struct sipll5 *sipll5 = to_sipll5(hw);
struct rzg2l_cpg_priv *priv = sipll5->priv;
sipll5->foutpostdiv_rate =