Home
last modified time | relevance | path

Searched refs:link_type (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/drivers/video/drm/rk628/
H A Drk628_lvds.c44 rk628->lvds.link_type = LVDS_DUAL_LINK_ODD_EVEN_PIXELS; in rk628_lvds_parse()
46 rk628->lvds.link_type = LVDS_DUAL_LINK_EVEN_ODD_PIXELS; in rk628_lvds_parse()
48 rk628->lvds.link_type = LVDS_DUAL_LINK_LEFT_RIGHT_PIXELS; in rk628_lvds_parse()
50 rk628->lvds.link_type = LVDS_DUAL_LINK_RIGHT_LEFT_PIXELS; in rk628_lvds_parse()
52 rk628->lvds.link_type = LVDS_SINGLE_LINK; in rk628_lvds_parse()
63 enum lvds_link_type link_type = rk628->lvds.link_type; in rk628_lvds_enable() local
78 switch (link_type) { in rk628_lvds_enable()
H A Drk628.h455 enum lvds_link_type link_type; member
/rk3399_rockchip-uboot/include/fsl-mc/
H A Dfsl_dpmac.h47 MC_RSP_OP(cmd, 1, 32, 8, enum dpmac_link_type, attr->link_type);\
246 enum dpmac_link_type link_type; member
/rk3399_rockchip-uboot/drivers/net/
H A Dkeystone_net.c58 enum link_type { enum
113 enum link_type link_type; member
1069 priv->link_type = fdtdec_get_int(fdt, slave, "link-interface", -1); in ks2_eth_parse_slave_interface()
1083 if (priv->link_type == LINK_TYPE_SGMII_MAC_TO_PHY_MODE) { in ks2_eth_parse_slave_interface()
1088 } else if (priv->link_type == LINK_TYPE_RGMII_LINK_MAC_PHY) { in ks2_eth_parse_slave_interface()