Lines Matching +full:0 +full:x1032

45 	for (i = 0; i < 8; i += 2) {  in hdmi_phy_parse_lanes()
52 if (dx < 0 || dx >= 8) in hdmi_phy_parse_lanes()
55 if (dy < 0 || dy >= 8) in hdmi_phy_parse_lanes()
65 pol = 0; in hdmi_phy_parse_lanes()
74 return 0; in hdmi_phy_parse_lanes()
80 0x0123, in hdmi_phy_configure_lanes()
81 0x0132, in hdmi_phy_configure_lanes()
82 0x0312, in hdmi_phy_configure_lanes()
83 0x0321, in hdmi_phy_configure_lanes()
84 0x0231, in hdmi_phy_configure_lanes()
85 0x0213, in hdmi_phy_configure_lanes()
86 0x1023, in hdmi_phy_configure_lanes()
87 0x1032, in hdmi_phy_configure_lanes()
88 0x3012, in hdmi_phy_configure_lanes()
89 0x3021, in hdmi_phy_configure_lanes()
90 0x2031, in hdmi_phy_configure_lanes()
91 0x2013, in hdmi_phy_configure_lanes()
92 0x1203, in hdmi_phy_configure_lanes()
93 0x1302, in hdmi_phy_configure_lanes()
94 0x3102, in hdmi_phy_configure_lanes()
95 0x3201, in hdmi_phy_configure_lanes()
96 0x2301, in hdmi_phy_configure_lanes()
97 0x2103, in hdmi_phy_configure_lanes()
98 0x1230, in hdmi_phy_configure_lanes()
99 0x1320, in hdmi_phy_configure_lanes()
100 0x3120, in hdmi_phy_configure_lanes()
101 0x3210, in hdmi_phy_configure_lanes()
102 0x2310, in hdmi_phy_configure_lanes()
103 0x2130, in hdmi_phy_configure_lanes()
106 u16 lane_cfg = 0; in hdmi_phy_configure_lanes()
109 u16 pol_val = 0; in hdmi_phy_configure_lanes()
111 for (i = 0; i < 4; ++i) in hdmi_phy_configure_lanes()
114 pol_val |= phy->lane_polarity[0] << 0; in hdmi_phy_configure_lanes()
119 for (i = 0; i < ARRAY_SIZE(pad_cfg_list); ++i) in hdmi_phy_configure_lanes()
124 i = 0; in hdmi_phy_configure_lanes()
138 * Read address 0 in order to get the SCP reset done completed in hdmi_phy_configure()
155 freqout = 0; in hdmi_phy_configure()
162 * Write to phy address 0 to configure the clock in hdmi_phy_configure()
168 hdmi_write_reg(phy->base, HDMI_TXPHY_DIGITAL_CTRL, 0xF0000000); in hdmi_phy_configure()
172 REG_FLD_MOD(phy->base, HDMI_TXPHY_POWER_CTRL, 0xB, 3, 0); in hdmi_phy_configure()
176 return 0; in hdmi_phy_configure()
220 return 0; in hdmi_phy_init()