Lines Matching refs:drive_current
51 u8 drive_current[4]; member
70 .drive_current = { 0x33, 0x3a, 0x3a, 0x3a },
85 .drive_current = { 0x33, 0x3a, 0x3a, 0x3a },
100 .drive_current = { 0x33, 0x3a, 0x3a, 0x3a },
115 .drive_current = { 0x33, 0x3f, 0x3f, 0x3f },
130 .drive_current = { 0x33, 0x3f, 0x3f, 0x3f },
149 .drive_current = { 0x29, 0x29, 0x29, 0x29 },
164 .drive_current = { 0x30, 0x37, 0x37, 0x37 },
179 .drive_current = { 0x30, 0x37, 0x37, 0x37 },
194 .drive_current = { 0x35, 0x3e, 0x3e, 0x3e },
214 .drive_current = { 0x3a, 0x3a, 0x3a, 0x33 },
229 .drive_current = { 0x3a, 0x3a, 0x3a, 0x33 },
244 .drive_current = { 0x3a, 0x3a, 0x3a, 0x37 },
259 .drive_current = { 0x3d, 0x3d, 0x3d, 0x33 },
274 .drive_current = { 0x3d, 0x3d, 0x3d, 0x33 },
293 .drive_current = { 0x3a, 0x3a, 0x3a, 0x33 },
308 .drive_current = { 0x3a, 0x3a, 0x3a, 0x33 },
323 .drive_current = { 0x3a, 0x3a, 0x3a, 0x37 },
338 .drive_current = { 0x3d, 0x3d, 0x3d, 0x33 },
353 .drive_current = { 0x3d, 0x3d, 0x3d, 0x33 },
2523 value = settings->drive_current[3] << 24 | in tegra_sor_hdmi_enable()
2524 settings->drive_current[2] << 16 | in tegra_sor_hdmi_enable()
2525 settings->drive_current[1] << 8 | in tegra_sor_hdmi_enable()
2526 settings->drive_current[0] << 0; in tegra_sor_hdmi_enable()