Searched refs:inno (Results 1 - 3 of 3) sorted by relevance

/u-boot/drivers/phy/rockchip/
H A Dphy-rockchip-inno-dsidphy.c287 static void phy_update_bits(struct inno_dsidphy *inno, argument
293 orig = readl(inno->phy_base + reg);
296 writel(tmp, inno->phy_base + reg);
299 static unsigned long inno_dsidphy_pll_calc_rate(struct inno_dsidphy *inno, argument
315 prate = clk_get_rate(inno->ref_clk);
370 inno->pll.prediv = best_prediv;
371 inno->pll.fbdiv = best_fbdiv;
372 inno->pll.rate = best_freq;
378 static void inno_dsidphy_mipi_mode_enable(struct inno_dsidphy *inno) argument
380 struct phy_configure_opts_mipi_dphy *cfg = &inno
542 struct inno_dsidphy *inno = dev_get_priv(phy->dev); local
561 struct inno_dsidphy *inno = dev_get_priv(phy->dev); local
588 struct inno_dsidphy *inno = dev_get_priv(phy->dev); local
621 struct inno_dsidphy *inno = dev_get_priv(dev); local
[all...]
H A Dphy-rockchip-inno-hdmi.c410 static inline void inno_write(struct inno_hdmi_phy *inno, u32 reg, u8 val) argument
412 writel(val, inno->regs + (reg * 4));
415 static inline u8 inno_read(struct inno_hdmi_phy *inno, u32 reg) argument
419 val = readl(inno->regs + (reg * 4));
424 static inline void inno_update_bits(struct inno_hdmi_phy *inno, u8 reg, argument
429 orig = inno_read(inno, reg);
432 inno_write(inno, reg, tmp);
438 static unsigned long inno_hdmi_phy_get_tmdsclk(struct inno_hdmi_phy *inno, argument
441 int bus_width = inno->bus_width;
460 struct inno_hdmi_phy *inno local
515 inno_hdmi_phy_get_pre_pll_cfg(struct inno_hdmi_phy *inno, unsigned long rate) argument
536 struct inno_hdmi_phy *inno = dev_get_priv(phy->dev); local
593 struct inno_hdmi_phy *inno = dev_get_priv(phy->dev); local
600 struct inno_hdmi_phy *inno = dev_get_priv(phy->dev); local
611 struct inno_hdmi_phy *inno = dev_get_priv(phy->dev); local
700 struct inno_hdmi_phy *inno = dev_get_priv(phy->dev); local
714 struct inno_hdmi_phy *inno = dev_get_priv(phy->dev); local
751 struct inno_hdmi_phy *inno = dev_get_priv(phy->dev); local
802 struct inno_hdmi_phy *inno = dev_get_priv(phy->dev); local
820 struct inno_hdmi_phy *inno = dev_get_priv(phy->dev); local
836 struct inno_hdmi_phy *inno = dev_get_priv(dev); local
[all...]
H A DMakefile6 obj-$(CONFIG_PHY_ROCKCHIP_INNO_HDMI) += phy-rockchip-inno-hdmi.o
7 obj-$(CONFIG_PHY_ROCKCHIP_INNO_USB2) += phy-rockchip-inno-usb2.o
12 obj-$(CONFIG_PHY_ROCKCHIP_INNO_DSIDPHY) += phy-rockchip-inno-dsidphy.o

Completed in 95 milliseconds