Home
last modified time | relevance | path

Searched defs:inno (Results 1 – 3 of 3) sorted by relevance

/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/
Dphy-rockchip-inno-hdmi-phy.c347 static inline void inno_write(struct inno_hdmi_phy *inno, u32 reg, u8 val) in inno_write()
352 static inline u8 inno_read(struct inno_hdmi_phy *inno, u32 reg) in inno_read()
361 static inline void inno_update_bits(struct inno_hdmi_phy *inno, u8 reg, in inno_update_bits()
367 static u32 inno_hdmi_phy_get_tmdsclk(struct inno_hdmi_phy *inno, int rate) in inno_hdmi_phy_get_tmdsclk()
400 struct inno_hdmi_phy *inno = dev_id; in inno_hdmi_phy_hardirq() local
425 struct inno_hdmi_phy *inno = dev_id; in inno_hdmi_phy_irq() local
445 struct inno_hdmi_phy *inno = phy_get_drvdata(phy); in inno_hdmi_phy_power_on() local
489 struct inno_hdmi_phy *inno = phy_get_drvdata(phy); in inno_hdmi_phy_power_off() local
508 struct inno_hdmi_phy *inno = to_inno_hdmi_phy(hw); in inno_hdmi_phy_clk_is_prepared() local
521 struct inno_hdmi_phy *inno = to_inno_hdmi_phy(hw); in inno_hdmi_phy_clk_prepare() local
[all …]
/device/soc/rockchip/common/vendor/drivers/phy/
Dphy-rockchip-inno-hdmi-phy.c434 static inline void inno_write(struct inno_hdmi_phy *inno, u32 reg, u8 val) in inno_write()
439 static inline u8 inno_read(struct inno_hdmi_phy *inno, u32 reg) in inno_read()
448 static inline void inno_update_bits(struct inno_hdmi_phy *inno, u8 reg, u8 mask, u8 val) in inno_update_bits()
453 static u32 inno_hdmi_phy_get_tmdsclk(struct inno_hdmi_phy *inno, int rate) in inno_hdmi_phy_get_tmdsclk()
486 struct inno_hdmi_phy *inno = dev_id; in inno_hdmi_phy_hardirq() local
516 struct inno_hdmi_phy *inno = dev_id; in inno_hdmi_phy_irq() local
536 struct inno_hdmi_phy *inno = phy_get_drvdata(phy); in inno_hdmi_phy_power_on() local
585 struct inno_hdmi_phy *inno = phy_get_drvdata(phy); in inno_hdmi_phy_power_off() local
605 struct inno_hdmi_phy *inno = to_inno_hdmi_phy(hw); in inno_hdmi_phy_clk_is_prepared() local
619 struct inno_hdmi_phy *inno = to_inno_hdmi_phy(hw); in inno_hdmi_phy_clk_prepare() local
[all …]
/device/soc/rockchip/common/sdk_linux/drivers/phy/rockchip/
Dphy-rockchip-inno-dsidphy.c289 static void phy_update_bits(struct inno_dsidphy *inno, u8 first, u8 second, u8 mask, u8 val) in phy_update_bits()
300 static void host_update_bits(struct inno_dsidphy *inno, u32 reg, u32 mask, u32 val) in host_update_bits()
310 static unsigned long inno_dsidphy_pll_calc_rate(struct inno_dsidphy *inno, unsigned long rate) in inno_dsidphy_pll_calc_rate()
382 static const struct inno_mipi_dphy_timing *inno_mipi_dphy_get_timing(struct inno_dsidphy *inno) in inno_mipi_dphy_get_timing()
405 static void inno_mipi_dphy_max_2_5GHz_pll_enable(struct inno_dsidphy *inno) in inno_mipi_dphy_max_2_5GHz_pll_enable()
417 static void inno_mipi_dphy_max_1GHz_pll_enable(struct inno_dsidphy *inno) in inno_mipi_dphy_max_1GHz_pll_enable()
428 static void inno_mipi_dphy_reset(struct inno_dsidphy *inno) in inno_mipi_dphy_reset()
440 static void inno_mipi_dphy_timing_init(struct inno_dsidphy *inno) in inno_mipi_dphy_timing_init()
550 static void inno_mipi_dphy_lane_enable(struct inno_dsidphy *inno) in inno_mipi_dphy_lane_enable()
573 static void inno_dsidphy_mipi_mode_enable(struct inno_dsidphy *inno) in inno_dsidphy_mipi_mode_enable()
[all …]