Lines Matching refs:preemphasis
54 u8 preemphasis[4]; member
73 .preemphasis = { 0x00, 0x00, 0x00, 0x00 },
88 .preemphasis = { 0x00, 0x00, 0x00, 0x00 },
103 .preemphasis = { 0x00, 0x00, 0x00, 0x00 },
118 .preemphasis = { 0x00, 0x17, 0x17, 0x17 },
133 .preemphasis = { 0x00, 0x00, 0x00, 0x00 },
152 .preemphasis = { 0x00, 0x00, 0x00, 0x00 },
167 .preemphasis = { 0x01, 0x02, 0x02, 0x02 },
182 .preemphasis = { 0x10, 0x3e, 0x3e, 0x3e },
197 .preemphasis = { 0x02, 0x3f, 0x3f, 0x3f },
217 .preemphasis = { 0x00, 0x00, 0x00, 0x00 },
232 .preemphasis = { 0x00, 0x00, 0x00, 0x00 },
247 .preemphasis = { 0x00, 0x00, 0x00, 0x00 },
262 .preemphasis = { 0x00, 0x00, 0x00, 0x00 },
277 .preemphasis = { 0x00, 0x00, 0x00, 0x00 },
296 .preemphasis = { 0x00, 0x00, 0x00, 0x00 },
311 .preemphasis = { 0x00, 0x00, 0x00, 0x00 },
326 .preemphasis = { 0x00, 0x00, 0x00, 0x00 },
341 .preemphasis = { 0x00, 0x00, 0x00, 0x00 },
356 .preemphasis = { 0x00, 0x00, 0x00, 0x00 },
2528 value = settings->preemphasis[3] << 24 | in tegra_sor_hdmi_enable()
2529 settings->preemphasis[2] << 16 | in tegra_sor_hdmi_enable()
2530 settings->preemphasis[1] << 8 | in tegra_sor_hdmi_enable()
2531 settings->preemphasis[0] << 0; in tegra_sor_hdmi_enable()