Searched refs:vs (Results 1 – 7 of 7) sorted by relevance
| /drivers/video/tegra/tegra124/ |
| A D | dp.c | 884 vs[1 + 2 * cnt] = in tegra_dp_lt_adjust() 1092 u32 vs[4], u32 pc[4], u8 pc_supported, in _tegra_dp_channel_eq() 1106 tegra_dp_lt_config(dp, pe, vs, pc, cfg); in _tegra_dp_channel_eq() 1145 u32 vs[4], u32 pc[4], u8 pc_supported, in _tegra_dp_clk_recovery() 1153 tegra_dp_lt_config(dp, pe, vs, pc, cfg); in _tegra_dp_clk_recovery() 1159 memcpy(vs_temp, vs, sizeof(vs_temp)); in _tegra_dp_clk_recovery() 1162 if (memcmp(vs_temp, vs, sizeof(vs_temp))) in _tegra_dp_clk_recovery() 1172 u32 vs[4], u32 pc[4], in tegra_dp_clk_recovery() 1195 u32 pe[4], vs[4], pc[4]; in tegra_dc_dp_full_link_training() local 1201 memset(vs, DRIVECURRENT_LEVEL0, sizeof(vs)); in tegra_dc_dp_full_link_training() [all …]
|
| A D | displayport.h | 292 static inline int tegra_dp_is_max_vs(u32 pe, u32 vs) in tegra_dp_is_max_vs() argument 294 return (vs < (DRIVECURRENT_LEVEL3 - pe)) ? 0 : 1; in tegra_dp_is_max_vs() 297 static inline int tegra_dp_is_max_pe(u32 pe, u32 vs) in tegra_dp_is_max_pe() argument 299 return (pe < (PREEMPHASIS_LEVEL3 - vs)) ? 0 : 1; in tegra_dp_is_max_pe()
|
| /drivers/nvme/ |
| A D | nvme.h | 77 __u8 vs[1024]; member 120 __u8 vs[3712]; member 556 __u32 vs; /* Version */ member
|
| /drivers/video/zynqmp/ |
| A D | zynqmp_dpsub.h | 650 static const u32 vs[4][4] = { variable
|
| A D | zynqmp_dpsub.c | 958 writel(vs[pe_level_rx][vs_level_rx], (ulong)SERDES_BASEADDR + in set_serdes_vswing_preemp()
|
| /drivers/ata/ |
| A D | dwc_ahsata.c | 63 u32 vs; member 285 vers = readl(&host_mmio->vs); in ahci_print_info()
|
| /drivers/video/nexell/soc/ |
| A D | s5pxx18_soc_mlc.c | 1726 unsigned int hs, vs; in nx_mlc_get_rgblayer_stride() local 1732 vs = readl(&pregister->mlcrgblayer[layer].mlcvstride); in nx_mlc_get_rgblayer_stride() 1738 *(s32 *)vstride = vs; in nx_mlc_get_rgblayer_stride()
|
Completed in 30 milliseconds