| /* |
| * Samsung Exynos SoC series VPU driver |
| * |
| * Copyright (c) 2015 Samsung Electronics Co., Ltd |
| * |
| * This program is free software; you can redistribute it and/or modify |
| * it under the terms of the GNU General Public License version 2 as |
| * published by the Free Software Foundation. |
| */ |
| |
| #ifndef VPU_CONTROL_H_ |
| #define VPU_CONTROL_H_ |
| |
| #define VISION_CTRL_VPU_BASE 0x00010000 |
| |
| #define VPU_CTRL_DUMP (VISION_CTRL_VPU_BASE + 1) |
| #define VPU_CTRL_MODE (VISION_CTRL_VPU_BASE + 2) |
| #define VPU_CTRL_TEST (VISION_CTRL_VPU_BASE + 3) |
| |
| #endif |