Home
last modified time | relevance | path

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

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