Searched refs:vse (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/riscv/kernel/ |
| H A D | vec-copy-unaligned.S | 14 #define VEC_S CONCATENATE(vse, WORD_EEW).v
|
| /linux/include/drm/ |
| H A D | drm_modes.h | 134 #define DRM_MODE(nm, t, c, hd, hss, hse, ht, hsk, vd, vss, vse, vt, vs, f) \ argument 138 .vsync_start = (vss), .vsync_end = (vse), .vtotal = (vt), \
|
| /linux/drivers/gpu/drm/tegra/ |
| H A D | sor.c | 1291 unsigned int vbe, vse, hbe, hse, vbs, hbs; in tegra_sor_mode_set() local 1351 vse = mode->vsync_end - mode->vsync_start - 1; in tegra_sor_mode_set() 1354 value = ((vse & 0x7fff) << 16) | (hse & 0x7fff); in tegra_sor_mode_set() 1358 vbe = vse + (mode->vtotal - mode->vsync_end); in tegra_sor_mode_set()
|