Home
last modified time | relevance | path

Searched refs:CRT_CTRL_VBLANK_LINE_MASK (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/aspeed/
H A Daspeed_gfx.h77 #define CRT_CTRL_VBLANK_LINE(x) (((x) << 20) & CRT_CTRL_VBLANK_LINE_MASK)
78 #define CRT_CTRL_VBLANK_LINE_MASK GENMASK(20, 31) macro