Home
last modified time | relevance | path

Searched refs:pc_supported (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/video/tegra124/
H A Ddp.c863 u32 pc[4], u8 pc_supported, in tegra_dp_lt_adjust() argument
887 if (pc_supported) { in tegra_dp_lt_adjust()
1010 u8 pc_supported = cfg->tps3_supported; in tegra_dp_lt_config() local
1047 pc_supported); in tegra_dp_lt_config()
1068 if (pc_supported) { in tegra_dp_lt_config()
1091 u32 vs[4], u32 pc[4], u8 pc_supported, in _tegra_dp_channel_eq() argument
1127 u8 pc_supported = cfg->tps3_supported; in tegra_dp_channel_eq() local
1131 if (pc_supported) in tegra_dp_channel_eq()
1144 u32 vs[4], u32 pc[4], u8 pc_supported, in _tegra_dp_clk_recovery() argument
1159 tegra_dp_lt_adjust(dp, pe, vs, pc, pc_supported, cfg); in _tegra_dp_clk_recovery()
[all …]
H A Dsor.c77 u32 vs_reg, u32 pc_reg, u8 pc_supported) in tegra_dp_set_pe_vs_pc() argument
83 if (pc_supported) { in tegra_dp_set_pe_vs_pc()
H A Dsor.h900 u32 vs_reg, u32 pc_reg, u8 pc_supported);