hdmiphy_config
static const struct hdmiphy_config hdmiphy_v13_configs[] = {
static const struct hdmiphy_config hdmiphy_v14_configs[] = {
static const struct hdmiphy_config hdmiphy_5420_configs[] = {
static const struct hdmiphy_config hdmiphy_5433_configs[] = {
const struct hdmiphy_config *data;
if ((hdmiphy_config[i].min_tmds_freq <= tmdsck) &&
(hdmiphy_config[i].max_tmds_freq >= tmdsck)) {
val |= (hdmiphy_config[i].config[0]
val = hdmiphy_config[i].config[1];
val = hdmiphy_config[i].config[2];
hdmiphy_config[i].config[0],
hdmiphy_config[i].config[1],
hdmiphy_config[i].config[2]);
static struct hdmi_phy_config hdmiphy_config[NB_HDMI_PHY_CONFIG] = {