Searched refs:VDE (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/memory/tegra/ |
H A D | tegra20.c | 194 TEGRA20_MC_RESET(VDE, 0x100, 0x174, 0x104, 13),
|
H A D | tegra114.c | 964 TEGRA114_MC_RESET(VDE, 0x200, 0x204, 16),
|
H A D | tegra30.c | 1010 TEGRA30_MC_RESET(VDE, 0x200, 0x204, 16),
|
H A D | tegra124.c | 993 TEGRA124_MC_RESET(VDE, 0x200, 0x204, 16),
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | atafb.c | 151 #define VDE hw.falcon.vde macro 1286 par->VDE = yres; in falcon_decode_var() 1288 par->VDE <<= 1; in falcon_decode_var() 1290 par->VDE <<= 1; /* VDE now half lines per (half-)frame */ in falcon_decode_var() 1291 par->VDE += par->VDB; in falcon_decode_var() 1292 par->VBB = par->VDE; in falcon_decode_var() 1399 * VDE. If interlace mode off unit of VC-registers is in falcon_encode_var() 1706 /* ++guenther: we can switch off graphics by changing VDB and VDE, in falcon_blank()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | atafb.c | 149 #define VDE hw.falcon.vde macro 1267 par->VDE = yres; in falcon_decode_var() 1269 par->VDE <<= 1; in falcon_decode_var() 1271 par->VDE <<= 1; /* VDE now half lines per (half-)frame */ in falcon_decode_var() 1272 par->VDE += par->VDB; in falcon_decode_var() 1273 par->VBB = par->VDE; in falcon_decode_var() 1380 * VDE. If interlace mode off unit of VC-registers is in falcon_encode_var() 1687 /* ++guenther: we can switch off graphics by changing VDB and VDE, in falcon_blank()
|
/kernel/linux/linux-6.6/drivers/memory/tegra/ |
H A D | tegra20.c | 275 TEGRA20_MC_RESET(VDE, 0x100, 0x174, 0x104, 13),
|
H A D | tegra30.c | 1215 TEGRA30_MC_RESET(VDE, 0x200, 0x204, 16),
|
H A D | tegra124.c | 1134 TEGRA124_MC_RESET(VDE, 0x200, 0x204, 16),
|
H A D | tegra114.c | 1100 TEGRA114_MC_RESET(VDE, 0x200, 0x204, 16),
|
/kernel/linux/linux-5.10/drivers/video/fbdev/sis/ |
H A D | init.c | 3542 unsigned short VRE, VBE, VRS, VBS, VDE, VT; in SiS_Generic_ConvertCRData() local 3599 VDE = crdata[10] | in SiS_Generic_ConvertCRData() 3603 E = VDE + 1; in SiS_Generic_ConvertCRData()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/sis/ |
H A D | init.c | 3541 unsigned short VRE, VBE, VRS, VDE; in SiS_Generic_ConvertCRData() local 3584 VDE = crdata[10] | in SiS_Generic_ConvertCRData() 3588 E = VDE + 1; in SiS_Generic_ConvertCRData()
|
Completed in 22 milliseconds