Home
last modified time | relevance | path

Searched refs:V_SIZE (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dedid.h114 #define V_SIZE COMBINE_HI_8LO( V_SIZE_HI, V_SIZE_LO ) macro
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dedid.h114 #define V_SIZE COMBINE_HI_8LO( V_SIZE_HI, V_SIZE_LO ) macro
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
H A Dhub.c489 value = V_SIZE(plane->state->crtc_h) | H_SIZE(plane->state->crtc_w); in tegra_shared_plane_atomic_update()
495 value = V_SIZE(plane->state->crtc_h) | H_SIZE(plane->state->crtc_w); in tegra_shared_plane_atomic_update()
H A Ddc.h632 #define V_SIZE(x) (((x) & 0x1fff) << 16) /* XXX 0x7fff on Tegra186 */ macro
H A Ddc.c363 value = V_SIZE(window->dst.h) | H_SIZE(window->dst.w); in tegra_dc_setup_window()
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/
H A Dhub.c651 value = V_SIZE(new_state->crtc_h) | H_SIZE(new_state->crtc_w); in tegra_shared_plane_atomic_update()
657 value = V_SIZE(new_state->src_h >> 16) | H_SIZE(new_state->src_w >> 16); in tegra_shared_plane_atomic_update()
H A Ddc.h656 #define V_SIZE(x) (((x) & 0x1fff) << 16) /* XXX 0x7fff on Tegra186 */ macro
H A Ddc.c371 value = V_SIZE(window->dst.h) | H_SIZE(window->dst.w); in tegra_dc_setup_window()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb/
H A Dregs.h1864 #define V_SIZE(x) ((x) << S_SIZE) macro
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb/
H A Dregs.h1855 #define V_SIZE(x) ((x) << S_SIZE) macro

Completed in 32 milliseconds