Home
last modified time | relevance | path

Searched refs:phy_config (Results 1 - 7 of 7) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/phy/
H A Dphy-rockchip-inno-hdmi-phy.c156 struct phy_config { struct
171 struct phy_config *phy_cfg;
212 int (*power_on)(struct inno_hdmi_phy *inno, const struct post_pll_config *cfg, const struct phy_config *phy_cfg);
221 const struct phy_config *phy_cfg_table;
281 static const struct phy_config rk3228_phy_cfg[] = {{
355 static const struct phy_config rk3328_phy_cfg[] = {{
538 const struct phy_config *phy_cfg = inno->plat_data->phy_cfg_table; in inno_hdmi_phy_power_on()
780 const struct phy_config *phy_cfg) in inno_hdmi_phy_rk3228_power_on()
953 const struct phy_config *phy_cfg) in inno_hdmi_phy_rk3328_power_on()
1247 static int inno_hdmi_update_phy_table(struct inno_hdmi_phy *inno, u32 *config, struct phy_config *phy_cf
1283 u32 *phy_config; inno_hdmi_phy_probe() local
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-inno-hdmi-phy.c159 struct phy_config { struct
174 struct phy_config *phy_cfg;
217 const struct phy_config *phy_cfg);
228 const struct phy_config *phy_cfg_table;
296 static const struct phy_config rk3228_phy_cfg[] = {
319 static const struct phy_config rk3328_phy_cfg[] = {
447 const struct phy_config *phy_cfg = inno->plat_data->phy_cfg_table; in inno_hdmi_phy_power_on()
677 const struct phy_config *phy_cfg) in inno_hdmi_phy_rk3228_power_on()
859 const struct phy_config *phy_cfg) in inno_hdmi_phy_rk3328_power_on()
1163 struct phy_config *phy_cf in inno_hdmi_update_phy_table()
1198 u32 *phy_config; inno_hdmi_phy_probe() local
[all...]
H A Dphy-rockchip-samsung-hdptx-hdmi.c707 struct phy_config *phy_cfg;
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Ddw_hdmi-rockchip.c1353 u32 *phy_config; in rockchip_hdmi_parse_dt() local
1463 phy_config = kmalloc(val, GFP_KERNEL); in rockchip_hdmi_parse_dt()
1464 if (!phy_config) { in rockchip_hdmi_parse_dt()
1471 of_property_read_u32_array(np, "rockchip,phy-table", phy_config, val / sizeof(u32)); in rockchip_hdmi_parse_dt()
1472 ret = rockchip_hdmi_update_phy_table(hdmi, phy_config, phy_table_size); in rockchip_hdmi_parse_dt()
1474 kfree(phy_config); in rockchip_hdmi_parse_dt()
1477 kfree(phy_config); in rockchip_hdmi_parse_dt()
2658 .phy_config = rockchip_phy_config,
2678 .phy_config = rockchip_phy_config,
2701 .phy_config
[all...]
/device/soc/rockchip/common/sdk_linux/include/drm/bridge/
H A Ddw_hdmi.h195 const struct dw_hdmi_phy_config *phy_config; member
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c1920 const struct dw_hdmi_phy_config *phy_config = pdata->phy_config; in hdmi_phy_configure_dwc_hdmi_3d_tx() local
1943 for (; phy_config->mpixelclock != ~0UL; phy_config++) { in hdmi_phy_configure_dwc_hdmi_3d_tx()
1944 if (tmdsclock <= phy_config->mpixelclock) { in hdmi_phy_configure_dwc_hdmi_3d_tx()
1949 if (mpll_config->mpixelclock == ~0UL || curr_ctrl->mpixelclock == ~0UL || phy_config->mpixelclock == ~0UL) { in hdmi_phy_configure_dwc_hdmi_3d_tx()
1969 dw_hdmi_phy_i2c_write(hdmi, phy_config->term, HDMI_3D_TX_PHY_TXTERM); in hdmi_phy_configure_dwc_hdmi_3d_tx()
1970 dw_hdmi_phy_i2c_write(hdmi, phy_config->sym_ctr, HDMI_3D_TX_PHY_CKSYMTXCTRL); in hdmi_phy_configure_dwc_hdmi_3d_tx()
1971 dw_hdmi_phy_i2c_write(hdmi, phy_config->vlev_ctr, HDMI_3D_TX_PHY_VLEVCTRL); in hdmi_phy_configure_dwc_hdmi_3d_tx()
/device/soc/rockchip/common/sdk_linux/drivers/phy/rockchip/
H A Dphy-rockchip-typec.c406 struct phy_config { struct
427 struct phy_config config[3][4];
528 static const struct phy_config tcphy_default_config[3][4] = {
1521 * check if phy_config pass from dts, if no, in tcphy_parse_dt()

Completed in 21 milliseconds