Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_rotator.c123 val = rot_read(ROT_CONTROL); in rotator_src_set_fmt()
135 rot_write(val, ROT_CONTROL); in rotator_src_set_fmt()
166 val = rot_read(ROT_CONTROL); in rotator_dst_set_transf()
183 rot_write(val, ROT_CONTROL); in rotator_dst_set_transf()
212 val = rot_read(ROT_CONTROL); in rotator_start()
214 rot_write(val, ROT_CONTROL); in rotator_start()
H A Dregs-rotator.h18 #define ROT_CONTROL 0x10 macro