Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/loongson/
H A Dlsdc_plane.c606 cfg = CURSOR_ON_CRTC0 << CURSOR_LOCATION_SHIFT | in lsdc_cursor0_update_cfg()
644 cfg = CURSOR_ON_CRTC1 << CURSOR_LOCATION_SHIFT | in lsdc_cursor1_update_cfg()
697 cfg = CURSOR_ON_CRTC1 << CURSOR_LOCATION_SHIFT | in lsdc_cursor1_update_cfg_quirk()
H A Dlsdc_regs.h197 #define CURSOR_LOCATION_SHIFT 4 macro