Lines Matching refs:preemphasis
52 u8 preemphasis[4]; member
71 .preemphasis = { 0x00, 0x00, 0x00, 0x00 },
86 .preemphasis = { 0x00, 0x00, 0x00, 0x00 },
101 .preemphasis = { 0x00, 0x00, 0x00, 0x00 },
116 .preemphasis = { 0x00, 0x17, 0x17, 0x17 },
131 .preemphasis = { 0x00, 0x00, 0x00, 0x00 },
150 .preemphasis = { 0x00, 0x00, 0x00, 0x00 },
165 .preemphasis = { 0x01, 0x02, 0x02, 0x02 },
180 .preemphasis = { 0x10, 0x3e, 0x3e, 0x3e },
195 .preemphasis = { 0x02, 0x3f, 0x3f, 0x3f },
215 .preemphasis = { 0x00, 0x00, 0x00, 0x00 },
230 .preemphasis = { 0x00, 0x00, 0x00, 0x00 },
245 .preemphasis = { 0x00, 0x00, 0x00, 0x00 },
260 .preemphasis = { 0x00, 0x00, 0x00, 0x00 },
275 .preemphasis = { 0x00, 0x00, 0x00, 0x00 },
294 .preemphasis = { 0x00, 0x00, 0x00, 0x00 },
309 .preemphasis = { 0x00, 0x00, 0x00, 0x00 },
324 .preemphasis = { 0x00, 0x00, 0x00, 0x00 },
339 .preemphasis = { 0x00, 0x00, 0x00, 0x00 },
354 .preemphasis = { 0x00, 0x00, 0x00, 0x00 },
2529 value = settings->preemphasis[3] << 24 | in tegra_sor_hdmi_enable()
2530 settings->preemphasis[2] << 16 | in tegra_sor_hdmi_enable()
2531 settings->preemphasis[1] << 8 | in tegra_sor_hdmi_enable()
2532 settings->preemphasis[0] << 0; in tegra_sor_hdmi_enable()