Home
last modified time | relevance | path

Searched defs:inno_video_phy (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/video/drm/
H A Dinno_video_phy.c24 struct inno_video_phy { struct
25 void __iomem *base;
26 enum phy_mode mode;
27 bool dual_channel;
H A Dinno_video_combo_phy.c307 struct inno_video_phy { struct
308 struct udevice *dev;
309 enum phy_mode mode;
310 const struct inno_video_mipi_dphy_info *mipi_dphy_info;
334 static inline void phy_update_bits(struct inno_video_phy *inno, in phy_update_bits() argument