| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn21/ |
| H A D | dcn21_link_encoder.c | 54 static struct mpll_cfg dcn21_mpll_cfg_ref[] = { 186 cfg->mpll_cfg = dcn21_mpll_cfg_ref[0]; in update_cfg_data() 189 cfg->mpll_cfg = dcn21_mpll_cfg_ref[1]; in update_cfg_data() 192 cfg->mpll_cfg = dcn21_mpll_cfg_ref[2]; in update_cfg_data() 195 cfg->mpll_cfg = dcn21_mpll_cfg_ref[3]; in update_cfg_data()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn20/ |
| H A D | dcn20_link_encoder.c | 59 static struct mpll_cfg dcn2_mpll_cfg[] = { 226 cfg->mpll_cfg = dcn2_mpll_cfg[0]; in update_cfg_data() 229 cfg->mpll_cfg = dcn2_mpll_cfg[1]; in update_cfg_data() 232 cfg->mpll_cfg = dcn2_mpll_cfg[2]; in update_cfg_data() 235 cfg->mpll_cfg = dcn2_mpll_cfg[3]; in update_cfg_data()
|
| H A D | dcn20_link_encoder.h | 246 struct mpll_cfg { struct 292 struct mpll_cfg mpll_cfg; argument
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | dw_hdmi.c | 317 if (!hdmi->mpll_cfg || !hdmi->phy_cfg) in hdmi_phy_configure() 337 for (i = 0; hdmi->mpll_cfg[i].mpixelclock != (~0ul); i++) in hdmi_phy_configure() 338 if (mpixelclock <= hdmi->mpll_cfg[i].mpixelclock) in hdmi_phy_configure() 341 hdmi_phy_i2c_write(hdmi, hdmi->mpll_cfg[i].cpce, PHY_OPMODE_PLLCFG); in hdmi_phy_configure() 342 hdmi_phy_i2c_write(hdmi, hdmi->mpll_cfg[i].gmp, PHY_PLLGMPCTRL); in hdmi_phy_configure() 343 hdmi_phy_i2c_write(hdmi, hdmi->mpll_cfg[i].curr, PHY_PLLCURRCTRL); in hdmi_phy_configure()
|
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | rockchip_dw_hdmi.c | 599 .mpll_cfg = rockchip_mpll_cfg, 622 .mpll_cfg = rockchip_mpll_cfg, 632 .mpll_cfg = rockchip_mpll_cfg, 650 .mpll_cfg = rockchip_mpll_cfg,
|
| H A D | dw_hdmi.c | 778 const struct dw_hdmi_mpll_config *mpll_config = pdata->mpll_cfg; in hdmi_phy_configure_dwc_hdmi_3d_tx()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/imx/ |
| H A D | dw_hdmi-imx.c | 171 .mpll_cfg = imx_mpll_cfg, 178 .mpll_cfg = imx_mpll_cfg,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/sun4i/ |
| H A D | sun8i_hdmi_phy.c | 575 plat_data->mpll_cfg = variant->mpll_cfg; in sun8i_hdmi_phy_set_ops() 623 .mpll_cfg = sun50i_h6_mpll_cfg,
|
| H A D | sun8i_dw_hdmi.h | 156 const struct dw_hdmi_mpll_config *mpll_cfg; member
|
| /OK3568_Linux_fs/u-boot/drivers/video/rockchip/ |
| H A D | rk_hdmi.c | 88 hdmi->mpll_cfg = rockchip_mpll_cfg; in rk_hdmi_ofdata_to_platdata()
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | dw_hdmi.h | 178 const struct dw_hdmi_mpll_config *mpll_cfg; member
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | dw_hdmi.h | 469 const struct hdmi_mpll_config *mpll_cfg; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | dw_hdmi-rockchip.c | 3210 .mpll_cfg = rockchip_mpll_cfg, 3229 .mpll_cfg = rockchip_mpll_cfg, 3267 .mpll_cfg = rockchip_mpll_cfg, 3285 .mpll_cfg = rockchip_mpll_cfg, 3303 .mpll_cfg = rockchip_mpll_cfg, 3318 .mpll_cfg = rockchip_mpll_cfg, 3336 .mpll_cfg = rockchip_mpll_cfg,
|
| /OK3568_Linux_fs/kernel/include/drm/bridge/ |
| H A D | dw_hdmi.h | 226 const struct dw_hdmi_mpll_config *mpll_cfg; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/synopsys/ |
| H A D | dw-hdmi.c | 1883 const struct dw_hdmi_mpll_config *mpll_config = pdata->mpll_cfg; in hdmi_phy_configure_dwc_hdmi_3d_tx()
|