Lines Matching refs:phy_config
158 struct phy_config { struct
172 struct phy_config *phy_cfg; argument
203 const struct phy_config *phy_cfg);
214 const struct phy_config *phy_cfg_table;
275 static const struct phy_config rk3228_phy_cfg[] = {
298 static const struct phy_config rk3328_phy_cfg[] = {
321 static const struct phy_config rk3528_phy_cfg[] = {
448 const struct phy_config *phy_cfg = inno->plat_data->phy_cfg_table; in inno_hdmi_phy_power_on()
574 const struct phy_config *phy_cfg) in inno_hdmi_phy_rk3228_power_on()
722 const struct phy_config *phy_cfg) in inno_hdmi_phy_rk3328_power_on()
915 const struct phy_config *phy_cfg) in inno_hdmi_phy_rk3528_power_on()
1139 struct phy_config *phy_cfg, in inno_hdmi_update_phy_table()
1230 u32 *phy_config; in inno_hdmi_phy_init()
1267 phy_config = malloc(val); in inno_hdmi_phy_init()
1268 if (!phy_config) { in inno_hdmi_phy_init()
1277 free(phy_config); in inno_hdmi_phy_init()
1282 phy_config, val / sizeof(u32)); in inno_hdmi_phy_init()
1283 ret = inno_hdmi_update_phy_table(inno, phy_config, in inno_hdmi_phy_init()
1287 free(phy_config); in inno_hdmi_phy_init()
1290 free(phy_config); in inno_hdmi_phy_init()