Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/loongson/
H A Dlsdc_regs.h206 #define LSDC_CURSOR0_POSITION_REG 0x1540 /* [31:16] Y, [15:0] X */ macro
H A Dlsdc_plane.c596 lsdc_wreg32(ldev, LSDC_CURSOR0_POSITION_REG, (y << 16) | x); in lsdc_cursor0_update_position()
687 lsdc_wreg32(ldev, LSDC_CURSOR0_POSITION_REG, (y << 16) | x); in lsdc_cursor1_update_position_quirk()