Lines Matching refs:drive_current
50 u8 drive_current[4]; member
69 .drive_current = { 0x33, 0x3a, 0x3a, 0x3a },
84 .drive_current = { 0x33, 0x3a, 0x3a, 0x3a },
99 .drive_current = { 0x33, 0x3a, 0x3a, 0x3a },
114 .drive_current = { 0x33, 0x3f, 0x3f, 0x3f },
129 .drive_current = { 0x33, 0x3f, 0x3f, 0x3f },
148 .drive_current = { 0x29, 0x29, 0x29, 0x29 },
163 .drive_current = { 0x30, 0x37, 0x37, 0x37 },
178 .drive_current = { 0x30, 0x37, 0x37, 0x37 },
193 .drive_current = { 0x35, 0x3e, 0x3e, 0x3e },
213 .drive_current = { 0x3a, 0x3a, 0x3a, 0x33 },
228 .drive_current = { 0x3a, 0x3a, 0x3a, 0x33 },
243 .drive_current = { 0x3a, 0x3a, 0x3a, 0x37 },
258 .drive_current = { 0x3d, 0x3d, 0x3d, 0x33 },
273 .drive_current = { 0x3d, 0x3d, 0x3d, 0x33 },
292 .drive_current = { 0x3a, 0x3a, 0x3a, 0x33 },
307 .drive_current = { 0x3a, 0x3a, 0x3a, 0x33 },
322 .drive_current = { 0x3a, 0x3a, 0x3a, 0x37 },
337 .drive_current = { 0x3d, 0x3d, 0x3d, 0x33 },
352 .drive_current = { 0x3d, 0x3d, 0x3d, 0x33 },
2675 value = settings->drive_current[3] << 24 | in tegra_sor_hdmi_enable()
2676 settings->drive_current[2] << 16 | in tegra_sor_hdmi_enable()
2677 settings->drive_current[1] << 8 | in tegra_sor_hdmi_enable()
2678 settings->drive_current[0] << 0; in tegra_sor_hdmi_enable()