Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/sunxi/sun8i-rotate/
H A Dsun8i-rotate.h27 #define ROTATE_GLB_CTL_ROTATION(x) ((x) << 4) macro
H A Dsun8i_rotate.c80 val |= ROTATE_GLB_CTL_ROTATION(ctx->rotate / 90); in rotate_device_run()