Searched refs:bytediv (Results 1 – 1 of 1) sorted by relevance
272 struct clk_bytediv *bytediv = to_clk_bytediv(hw); in clk_bytediv_recalc_rate() local275 div = readl(bytediv->reg) & 0xff; in clk_bytediv_recalc_rate()315 struct clk_bytediv *bytediv = to_clk_bytediv(hw); in clk_bytediv_set_rate() local321 val = readl(bytediv->reg); in clk_bytediv_set_rate()323 writel(val, bytediv->reg); in clk_bytediv_set_rate()389 struct clk_bytediv *bytediv; in pll_28nm_register() local395 bytediv = devm_kzalloc(dev, sizeof(*bytediv), GFP_KERNEL); in pll_28nm_register()396 if (!bytediv) in pll_28nm_register()409 bytediv->hw.init = &bytediv_init; in pll_28nm_register()410 bytediv->reg = pll_28nm->phy->pll_base + REG_DSI_28nm_8960_PHY_PLL_CTRL_9; in pll_28nm_register()[all …]