#ifndef EXYNOS_REGS_ROTATOR_H
#define EXYNOS_REGS_ROTATOR_H
#define ROT_CONFIG …
#define ROT_CONFIG_IRQ …
#define ROT_CONTROL …
#define ROT_CONTROL_PATTERN_WRITE …
#define ROT_CONTROL_FMT_YCBCR420_2P …
#define ROT_CONTROL_FMT_RGB888 …
#define ROT_CONTROL_FMT_MASK …
#define ROT_CONTROL_FLIP_VERTICAL …
#define ROT_CONTROL_FLIP_HORIZONTAL …
#define ROT_CONTROL_FLIP_MASK …
#define ROT_CONTROL_ROT_90 …
#define ROT_CONTROL_ROT_180 …
#define ROT_CONTROL_ROT_270 …
#define ROT_CONTROL_ROT_MASK …
#define ROT_CONTROL_START …
#define ROT_STATUS …
#define ROT_STATUS_IRQ_PENDING(x) …
#define ROT_STATUS_IRQ(x) …
#define ROT_STATUS_IRQ_VAL_COMPLETE …
#define ROT_STATUS_IRQ_VAL_ILLEGAL …
#define ROT_SRC_BUF_ADDR(n) …
#define ROT_DST_BUF_ADDR(n) …
#define ROT_SRC_BUF_SIZE …
#define ROT_DST_BUF_SIZE …
#define ROT_SET_BUF_SIZE_H(x) …
#define ROT_SET_BUF_SIZE_W(x) …
#define ROT_GET_BUF_SIZE_H(x) …
#define ROT_GET_BUF_SIZE_W(x) …
#define ROT_SRC_CROP_POS …
#define ROT_DST_CROP_POS …
#define ROT_CROP_POS_Y(x) …
#define ROT_CROP_POS_X(x) …
#define ROT_SRC_CROP_SIZE …
#define ROT_SRC_CROP_SIZE_H(x) …
#define ROT_SRC_CROP_SIZE_W(x) …
#define ROT_ALIGN(x, align, mask) …
#define ROT_MIN(min, mask) …
#define ROT_MAX(max, mask) …
#endif