Home
last modified time | relevance | path

Searched refs:clk_mod (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/sun4i/
H A Dsun8i_hdmi_phy.c534 ret = clk_prepare_enable(phy->clk_mod); in sun8i_hdmi_phy_init()
556 clk_disable_unprepare(phy->clk_mod); in sun8i_hdmi_phy_init()
567 clk_disable_unprepare(phy->clk_mod); in sun8i_hdmi_phy_deinit()
703 phy->clk_mod = devm_clk_get(dev, "mod"); in sun8i_hdmi_phy_probe()
704 if (IS_ERR(phy->clk_mod)) in sun8i_hdmi_phy_probe()
705 return dev_err_probe(dev, PTR_ERR(phy->clk_mod), in sun8i_hdmi_phy_probe()
H A Dsun8i_dw_hdmi.h162 struct clk *clk_mod; member
/openbmc/u-boot/drivers/spi/
H A Dspi-sunxi.c130 struct clk clk_ahb, clk_mod; member
266 clk_disable(&priv->clk_mod); in sun4i_spi_set_clock()
278 ret = clk_enable(&priv->clk_mod); in sun4i_spi_set_clock()
295 clk_disable(&priv->clk_mod); in sun4i_spi_set_clock()
493 ret = clk_get_by_name(bus, "mod", &priv->clk_mod); in sun4i_spi_probe()