Home
last modified time | relevance | path

Searched refs:hdmiphy_config (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/sti/
Dsti_hdmi_tx3g4c28phy.c62 static struct hdmi_phy_config hdmiphy_config[NB_HDMI_PHY_CONFIG] = { variable
145 if ((hdmiphy_config[i].min_tmds_freq <= tmdsck) && in sti_hdmi_tx3g4c28phy_start()
146 (hdmiphy_config[i].max_tmds_freq >= tmdsck)) { in sti_hdmi_tx3g4c28phy_start()
147 val |= (hdmiphy_config[i].config[0] in sti_hdmi_tx3g4c28phy_start()
151 val = hdmiphy_config[i].config[1]; in sti_hdmi_tx3g4c28phy_start()
154 val = hdmiphy_config[i].config[2]; in sti_hdmi_tx3g4c28phy_start()
158 hdmiphy_config[i].config[0], in sti_hdmi_tx3g4c28phy_start()
159 hdmiphy_config[i].config[1], in sti_hdmi_tx3g4c28phy_start()
160 hdmiphy_config[i].config[2]); in sti_hdmi_tx3g4c28phy_start()
Dsti_hdmi_tx3g0c55phy.c93 static struct hdmi_phy_config hdmiphy_config[NB_HDMI_PHY_CONFIG] = { variable
268 if ((hdmiphy_config[i].min_tmds_freq <= tmdsck) && in sti_hdmi_tx3g0c55phy_start()
269 (hdmiphy_config[i].max_tmds_freq >= tmdsck)) { in sti_hdmi_tx3g0c55phy_start()
270 val = hdmiphy_config[i].config[0]; in sti_hdmi_tx3g0c55phy_start()
272 val = hdmiphy_config[i].config[1]; in sti_hdmi_tx3g0c55phy_start()
274 val = hdmiphy_config[i].config[2]; in sti_hdmi_tx3g0c55phy_start()
276 val = hdmiphy_config[i].config[3]; in sti_hdmi_tx3g0c55phy_start()
282 hdmiphy_config[i].config[0], in sti_hdmi_tx3g0c55phy_start()
283 hdmiphy_config[i].config[1], in sti_hdmi_tx3g0c55phy_start()
284 hdmiphy_config[i].config[2], in sti_hdmi_tx3g0c55phy_start()
[all …]
/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_hdmi.c74 const struct hdmiphy_config *phy_confs;
209 const struct hdmiphy_config *phy_confs;
221 struct hdmiphy_config { struct
227 static const struct hdmiphy_config hdmiphy_v13_configs[] = { argument
275 static const struct hdmiphy_config hdmiphy_v14_configs[] = {
431 static const struct hdmiphy_config hdmiphy_5420_configs[] = {