Lines Matching +full:0 +full:x1032

36 	for (i = 0; i < 8; i += 2) {  in hdmi_phy_parse_lanes()
43 if (dx < 0 || dx >= 8) in hdmi_phy_parse_lanes()
46 if (dy < 0 || dy >= 8) in hdmi_phy_parse_lanes()
56 pol = 0; in hdmi_phy_parse_lanes()
65 return 0; in hdmi_phy_parse_lanes()
71 0x0123, in hdmi_phy_configure_lanes()
72 0x0132, in hdmi_phy_configure_lanes()
73 0x0312, in hdmi_phy_configure_lanes()
74 0x0321, in hdmi_phy_configure_lanes()
75 0x0231, in hdmi_phy_configure_lanes()
76 0x0213, in hdmi_phy_configure_lanes()
77 0x1023, in hdmi_phy_configure_lanes()
78 0x1032, in hdmi_phy_configure_lanes()
79 0x3012, in hdmi_phy_configure_lanes()
80 0x3021, in hdmi_phy_configure_lanes()
81 0x2031, in hdmi_phy_configure_lanes()
82 0x2013, in hdmi_phy_configure_lanes()
83 0x1203, in hdmi_phy_configure_lanes()
84 0x1302, in hdmi_phy_configure_lanes()
85 0x3102, in hdmi_phy_configure_lanes()
86 0x3201, in hdmi_phy_configure_lanes()
87 0x2301, in hdmi_phy_configure_lanes()
88 0x2103, in hdmi_phy_configure_lanes()
89 0x1230, in hdmi_phy_configure_lanes()
90 0x1320, in hdmi_phy_configure_lanes()
91 0x3120, in hdmi_phy_configure_lanes()
92 0x3210, in hdmi_phy_configure_lanes()
93 0x2310, in hdmi_phy_configure_lanes()
94 0x2130, in hdmi_phy_configure_lanes()
97 u16 lane_cfg = 0; in hdmi_phy_configure_lanes()
100 u16 pol_val = 0; in hdmi_phy_configure_lanes()
102 for (i = 0; i < 4; ++i) in hdmi_phy_configure_lanes()
105 pol_val |= phy->lane_polarity[0] << 0; in hdmi_phy_configure_lanes()
110 for (i = 0; i < ARRAY_SIZE(pad_cfg_list); ++i) in hdmi_phy_configure_lanes()
115 i = 0; in hdmi_phy_configure_lanes()
129 * Read address 0 in order to get the SCP reset done completed in hdmi_phy_configure()
146 freqout = 0; in hdmi_phy_configure()
153 * Write to phy address 0 to configure the clock in hdmi_phy_configure()
159 hdmi_write_reg(phy->base, HDMI_TXPHY_DIGITAL_CTRL, 0xF0000000); in hdmi_phy_configure()
163 REG_FLD_MOD(phy->base, HDMI_TXPHY_POWER_CTRL, 0xB, 3, 0); in hdmi_phy_configure()
167 return 0; in hdmi_phy_configure()
194 return 0; in hdmi_phy_init()