Lines Matching refs:drive_current
53 u8 drive_current[4]; member
72 .drive_current = { 0x33, 0x3a, 0x3a, 0x3a },
87 .drive_current = { 0x33, 0x3a, 0x3a, 0x3a },
102 .drive_current = { 0x33, 0x3a, 0x3a, 0x3a },
117 .drive_current = { 0x33, 0x3f, 0x3f, 0x3f },
132 .drive_current = { 0x33, 0x3f, 0x3f, 0x3f },
151 .drive_current = { 0x29, 0x29, 0x29, 0x29 },
166 .drive_current = { 0x30, 0x37, 0x37, 0x37 },
181 .drive_current = { 0x30, 0x37, 0x37, 0x37 },
196 .drive_current = { 0x35, 0x3e, 0x3e, 0x3e },
216 .drive_current = { 0x3a, 0x3a, 0x3a, 0x33 },
231 .drive_current = { 0x3a, 0x3a, 0x3a, 0x33 },
246 .drive_current = { 0x3a, 0x3a, 0x3a, 0x37 },
261 .drive_current = { 0x3d, 0x3d, 0x3d, 0x33 },
276 .drive_current = { 0x3d, 0x3d, 0x3d, 0x33 },
295 .drive_current = { 0x3a, 0x3a, 0x3a, 0x33 },
310 .drive_current = { 0x3a, 0x3a, 0x3a, 0x33 },
325 .drive_current = { 0x3a, 0x3a, 0x3a, 0x37 },
340 .drive_current = { 0x3d, 0x3d, 0x3d, 0x33 },
355 .drive_current = { 0x3d, 0x3d, 0x3d, 0x33 },
2522 value = settings->drive_current[3] << 24 | in tegra_sor_hdmi_enable()
2523 settings->drive_current[2] << 16 | in tegra_sor_hdmi_enable()
2524 settings->drive_current[1] << 8 | in tegra_sor_hdmi_enable()
2525 settings->drive_current[0] << 0; in tegra_sor_hdmi_enable()