Searched refs:rockchip_phy_config (Results 1 – 6 of 6) sorted by relevance
25 static const struct hdmi_phy_config rockchip_phy_config[] = { variable89 hdmi->phy_cfg = rockchip_phy_config; in rk_hdmi_ofdata_to_platdata()
194 static struct dw_hdmi_phy_config rockchip_phy_config[] = { variable601 .phy_config = rockchip_phy_config,624 .phy_config = rockchip_phy_config,634 .phy_config = rockchip_phy_config,652 .phy_config = rockchip_phy_config,
452 static struct dw_hdmi_phy_config rockchip_phy_config[] = { variable1206 if (phy_table_size > ARRAY_SIZE(rockchip_phy_config)) { in rockchip_hdmi_update_phy_table()1213 rockchip_phy_config[i].mpixelclock = (u64)config[i * 4]; in rockchip_hdmi_update_phy_table()1215 rockchip_phy_config[i].mpixelclock = ~0UL; in rockchip_hdmi_update_phy_table()1216 rockchip_phy_config[i].sym_ctr = (u16)config[i * 4 + 1]; in rockchip_hdmi_update_phy_table()1217 rockchip_phy_config[i].term = (u16)config[i * 4 + 2]; in rockchip_hdmi_update_phy_table()1218 rockchip_phy_config[i].vlev_ctr = (u16)config[i * 4 + 3]; in rockchip_hdmi_update_phy_table()3212 .phy_config = rockchip_phy_config,3232 .phy_config = rockchip_phy_config,3269 .phy_config = rockchip_phy_config,[all …]