Searched refs:inno (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | rockchip-inno-hdmi-phy.c | 200 void (*init)(struct inno_hdmi_phy *inno); 201 int (*power_on)(struct inno_hdmi_phy *inno, 204 void (*power_off)(struct inno_hdmi_phy *inno); 205 int (*pre_pll_update)(struct inno_hdmi_phy *inno, 207 unsigned long (*recalc_rate)(struct inno_hdmi_phy *inno, 355 static inline void inno_write(struct inno_hdmi_phy *inno, u32 reg, u8 val) in inno_write() argument 357 writel(val, inno->regs + (reg * 4)); in inno_write() 360 static inline u8 inno_read(struct inno_hdmi_phy *inno, u32 reg) in inno_read() argument 364 val = readl(inno->regs + (reg * 4)); in inno_read() 369 static inline void inno_update_bits(struct inno_hdmi_phy *inno, u8 reg, in inno_update_bits() argument [all …]
|
| H A D | inno_video_combo_phy.c | 334 static inline void phy_update_bits(struct inno_video_phy *inno, in phy_update_bits() argument 340 orig = readl(inno->phy.start + reg); in phy_update_bits() 343 writel(tmp, inno->phy.start + reg); in phy_update_bits() 346 static inline void host_update_bits(struct inno_video_phy *inno, in host_update_bits() argument 351 orig = readl(inno->host.start + reg); in host_update_bits() 354 writel(tmp, inno->host.start + reg); in host_update_bits() 386 inno_mipi_dphy_get_timing(struct inno_video_phy *inno) in inno_mipi_dphy_get_timing() argument 390 unsigned int lane_mbps = inno->pll.rate / USEC_PER_SEC; in inno_mipi_dphy_get_timing() 393 timings = inno->mipi_dphy_info->inno_mipi_dphy_timing_table; in inno_mipi_dphy_get_timing() 394 num_timings = inno->mipi_dphy_info->num_timings; in inno_mipi_dphy_get_timing() [all …]
|
| H A D | inno_video_phy.c | 84 static inline void phy_write(struct inno_video_phy *inno, u32 reg, u32 val) in phy_write() argument 86 writel(val, inno->base + reg); in phy_write() 89 static inline u32 phy_read(struct inno_video_phy *inno, u32 reg) in phy_read() argument 91 return readl(inno->base + reg); in phy_read() 94 static inline void phy_update_bits(struct inno_video_phy *inno, in phy_update_bits() argument 99 orig = phy_read(inno, reg); in phy_update_bits() 102 phy_write(inno, reg, tmp); in phy_update_bits() 105 static void phy_multi_write(struct inno_video_phy *inno, in phy_multi_write() argument 111 phy_write(inno, regs[i].reg, regs[i].def); in phy_multi_write() 120 struct inno_video_phy *inno = dev_get_priv(phy->dev); in inno_video_phy_power_on() local [all …]
|
| H A D | inno_mipi_phy.c | 285 static inline void inno_write(struct inno_mipi_dphy *inno, u32 reg, u32 val) in inno_write() argument 287 writel(val, inno->regs + reg); in inno_write() 290 static inline u32 inno_read(struct inno_mipi_dphy *inno, u32 reg) in inno_read() argument 292 return readl(inno->regs + reg); in inno_read() 295 static inline void inno_update_bits(struct inno_mipi_dphy *inno, u32 reg, in inno_update_bits() argument 300 orig = inno_read(inno, reg); in inno_update_bits() 303 inno_write(inno, reg, tmp); in inno_update_bits() 334 static void inno_mipi_dphy_timing_update(struct inno_mipi_dphy *inno, in inno_mipi_dphy_timing_update() argument 343 inno_update_bits(inno, base + T_HS_PREPARE_OFFSET, m, v); in inno_mipi_dphy_timing_update() 347 inno_update_bits(inno, base + T_HS_ZERO_OFFSET, m, v); in inno_mipi_dphy_timing_update() [all …]
|
| H A D | Makefile | 25 obj-$(CONFIG_ROCKCHIP_INNO_HDMI_PHY) += rockchip-inno-hdmi-phy.o 45 …p_connector.o rockchip_post_csc.o rockchip_vop2.o rockchip_phy.o rockchip-inno-hdmi-phy.o rockchip…
|
| /rk3399_rockchip-uboot/drivers/phy/ |
| H A D | Makefile | 10 obj-$(CONFIG_PHY_ROCKCHIP_INNO_USB2) += phy-rockchip-inno-usb2.o 12 obj-$(CONFIG_PHY_ROCKCHIP_INNO_USB3) += phy-rockchip-inno-usb3.o 22 CFLAGS_phy-rockchip-inno-usb2.o := -Wno-error=unused-function -Wno-error=unused-const-variable -Wun…
|