Searched defs:rockchip_hdptx_phy (Results 1 – 2 of 2) sorted by relevance
325 struct rockchip_hdptx_phy { struct326 struct udevice *dev;327 struct regmap *regmap;328 struct regmap *grf;330 struct reset_ctl apb_reset;331 struct reset_ctl cmn_reset;332 struct reset_ctl init_reset;333 struct reset_ctl lane_reset;334 u32 lane_polarity_invert[4];335 bool dp_mode;
696 struct rockchip_hdptx_phy { struct720 static struct rockchip_hdptx_phy *g_hdptx0; argument