Home
last modified time | relevance | path

Searched refs:drive_current (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/gpu/drm/tegra/
H A Dhdmi.c45 u32 drive_current; member
146 .drive_current = DRIVE_CURRENT_LANE0(DRIVE_CURRENT_7_125_mA) |
224 .drive_current =
243 .drive_current =
262 .drive_current =
281 .drive_current =
303 .drive_current =
322 .drive_current =
341 .drive_current =
360 .drive_current =
[all …]
H A Dsor.c51 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 },
2520 settings->drive_current[2] << 16 | in tegra_sor_hdmi_enable()
2521 settings->drive_current[1] << 8 | in tegra_sor_hdmi_enable()
[all …]
/openbmc/u-boot/drivers/video/tegra124/
H A Dsor.c836 link_cfg->drive_current); in tegra_dc_sor_set_lane_parm()
863 u32 drive_current = 0; in tegra_dc_sor_set_voltage_swing() local
870 drive_current = 0x13131313; in tegra_dc_sor_set_voltage_swing()
880 tegra_sor_writel(sor, LANE_DRIVE_CURRENT(sor->portnum), drive_current); in tegra_dc_sor_set_voltage_swing()
H A Ddp.c656 const int drive_current = 0x40404040; in tegra_dc_dp_init_max_link_cfg() local
692 link_cfg->drive_current = drive_current; in tegra_dc_dp_init_max_link_cfg()
H A Dsor.h868 u32 drive_current; member