Searched refs:vs (Results 1 - 11 of 11) sorted by relevance

/u-boot/drivers/video/tegra124/
H A Ddp.c864 static int tegra_dp_lt_adjust(struct tegra_dp_priv *dp, u32 pe[4], u32 vs[4], argument
880 vs[2 * cnt] = (data_ptr & NV_DPCD_ADJUST_REQ_LANEX_DC_MASK) >>
885 vs[1 + 2 * cnt] =
1007 static int tegra_dp_lt_config(struct tegra_dp_priv *dp, u32 pe[4], u32 vs[4], argument
1043 pe_reg = tegra_dp_pe_regs[pc[cnt]][vs[cnt]][pe[cnt]];
1044 vs_reg = tegra_dp_vs_regs[pc[cnt]][vs[cnt]][pe[cnt]];
1045 pc_reg = tegra_dp_pc_regs[pc[cnt]][vs[cnt]][pe[cnt]];
1056 u32 max_vs_flag = tegra_dp_is_max_vs(pe[cnt], vs[cnt]);
1057 u32 max_pe_flag = tegra_dp_is_max_pe(pe[cnt], vs[cnt]);
1059 val = (vs[cn
1092 _tegra_dp_channel_eq(struct tegra_dp_priv *dp, u32 pe[4], u32 vs[4], u32 pc[4], u8 pc_supported, u32 n_lanes, const struct tegra_dp_link_config *cfg) argument
1124 tegra_dp_channel_eq(struct tegra_dp_priv *dp, u32 pe[4], u32 vs[4], u32 pc[4], const struct tegra_dp_link_config *cfg) argument
1145 _tegra_dp_clk_recovery(struct tegra_dp_priv *dp, u32 pe[4], u32 vs[4], u32 pc[4], u8 pc_supported, u32 n_lanes, const struct tegra_dp_link_config *cfg) argument
1172 tegra_dp_clk_recovery(struct tegra_dp_priv *dp, u32 pe[4], u32 vs[4], u32 pc[4], const struct tegra_dp_link_config *cfg) argument
1196 u32 pe[4], vs[4], pc[4]; local
[all...]
H A Ddisplayport.h292 static inline int tegra_dp_is_max_vs(u32 pe, u32 vs) argument
294 return (vs < (DRIVECURRENT_LEVEL3 - pe)) ? 0 : 1;
297 static inline int tegra_dp_is_max_pe(u32 pe, u32 vs) argument
299 return (pe < (PREEMPHASIS_LEVEL3 - vs)) ? 0 : 1;
/u-boot/arch/arm/include/asm/
H A Dassembler.h63 .irp c,,eq,ne,cs,cc,mi,pl,vs,vc,hi,ls,ge,lt,gt,le,hs,lo variable
/u-boot/drivers/nvme/
H A Dnvme.h77 __u8 vs[1024]; member in struct:nvme_id_ctrl
120 __u8 vs[3712]; member in struct:nvme_id_ns
556 __u32 vs; /* Version */ member in struct:nvme_bar
/u-boot/arch/powerpc/include/asm/
H A Dmmu.h73 unsigned long vs:1; /* Supervisor valid */ member in struct:_BATU
/u-boot/drivers/ata/
H A Ddwc_ahsata.c60 u32 vs; member in struct:sata_host_regs
283 vers = readl(&host_mmio->vs);
/u-boot/drivers/video/zynqmp/
H A Dzynqmp_dpsub.h650 static const u32 vs[4][4] = { variable
H A Dzynqmp_dpsub.c958 writel(vs[pe_level_rx][vs_level_rx], (ulong)SERDES_BASEADDR +
/u-boot/drivers/video/nexell/soc/
H A Ds5pxx18_soc_mlc.c1726 unsigned int hs, vs; local
1732 vs = readl(&pregister->mlcrgblayer[layer].mlcvstride);
1738 *(s32 *)vstride = vs;
/u-boot/scripts/
H A DMakefile.spl374 VAR_SIZE_PARAM = --vs
/u-boot/arch/arm/dts/
H A DMakefile537 sun5i-a13-inet-86vs.dtb \

Completed in 160 milliseconds