Lines Matching refs:drive_current
57 u8 drive_current[4]; member
76 .drive_current = { 0x33, 0x3a, 0x3a, 0x3a },
91 .drive_current = { 0x33, 0x3a, 0x3a, 0x3a },
106 .drive_current = { 0x33, 0x3a, 0x3a, 0x3a },
121 .drive_current = { 0x33, 0x3f, 0x3f, 0x3f },
136 .drive_current = { 0x33, 0x3f, 0x3f, 0x3f },
155 .drive_current = { 0x29, 0x29, 0x29, 0x29 },
170 .drive_current = { 0x30, 0x37, 0x37, 0x37 },
185 .drive_current = { 0x30, 0x37, 0x37, 0x37 },
200 .drive_current = { 0x35, 0x3e, 0x3e, 0x3e },
220 .drive_current = { 0x3a, 0x3a, 0x3a, 0x33 },
235 .drive_current = { 0x3a, 0x3a, 0x3a, 0x33 },
250 .drive_current = { 0x3a, 0x3a, 0x3a, 0x37 },
265 .drive_current = { 0x3d, 0x3d, 0x3d, 0x33 },
280 .drive_current = { 0x3d, 0x3d, 0x3d, 0x33 },
2453 value = settings->drive_current[3] << 24 | in tegra_sor_hdmi_enable()
2454 settings->drive_current[2] << 16 | in tegra_sor_hdmi_enable()
2455 settings->drive_current[1] << 8 | in tegra_sor_hdmi_enable()
2456 settings->drive_current[0] << 0; in tegra_sor_hdmi_enable()