Searched refs:bytediv (Results 1 – 1 of 1) sorted by relevance
277 struct clk_bytediv *bytediv = to_clk_bytediv(hw); in clk_bytediv_recalc_rate() local280 div = dsi_phy_read(bytediv->reg) & 0xff; in clk_bytediv_recalc_rate()320 struct clk_bytediv *bytediv = to_clk_bytediv(hw); in clk_bytediv_set_rate() local326 val = dsi_phy_read(bytediv->reg); in clk_bytediv_set_rate()328 dsi_phy_write(bytediv->reg, val); in clk_bytediv_set_rate()397 struct clk_bytediv *bytediv; in pll_28nm_register() local403 bytediv = devm_kzalloc(dev, sizeof(*bytediv), GFP_KERNEL); in pll_28nm_register()404 if (!bytediv) in pll_28nm_register()429 bytediv->hw.init = &bytediv_init; in pll_28nm_register()430 bytediv->reg = pll_28nm->phy->pll_base + REG_DSI_28nm_8960_PHY_PLL_CTRL_9; in pll_28nm_register()[all …]