Home
last modified time | relevance | path

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

/openbmc/linux/drivers/phy/rockchip/
H A Dphy-rockchip-inno-hdmi.c229 struct inno_hdmi_phy { struct
280 int (*init)(struct inno_hdmi_phy *inno);
281 int (*power_on)(struct inno_hdmi_phy *inno,
284 void (*power_off)(struct inno_hdmi_phy *inno);
519 static inline struct inno_hdmi_phy *to_inno_hdmi_phy(struct clk_hw *hw) in to_inno_hdmi_phy()
521 return container_of(hw, struct inno_hdmi_phy, hw); in to_inno_hdmi_phy()
530 static inline void inno_write(struct inno_hdmi_phy *inno, u32 reg, u8 val) in inno_write()
535 static inline u8 inno_read(struct inno_hdmi_phy *inno, u32 reg) in inno_read()
544 static inline void inno_update_bits(struct inno_hdmi_phy *inno, u8 reg, in inno_update_bits()
554 static unsigned long inno_hdmi_phy_get_tmdsclk(struct inno_hdmi_phy *inno, in inno_hdmi_phy_get_tmdsclk()
[all …]