Home
last modified time | relevance | path

Searched refs:lane_polarity (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Dhdmi_phy.c72 phy->lane_polarity[lane] = pol; in hdmi_phy_parse_lanes()
115 pol_val |= phy->lane_polarity[0] << 0; in hdmi_phy_configure_lanes()
116 pol_val |= phy->lane_polarity[1] << 3; in hdmi_phy_configure_lanes()
117 pol_val |= phy->lane_polarity[2] << 2; in hdmi_phy_configure_lanes()
118 pol_val |= phy->lane_polarity[3] << 1; in hdmi_phy_configure_lanes()
Dhdmi.h250 u8 lane_polarity[4]; member