/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2022 MediaTek Inc. * Author: Ping-Hsun Wu <[email protected]> */ #ifndef __MDP_REG_CCORR_H__ #define __MDP_REG_CCORR_H__ #define MDP_CCORR_EN … #define MDP_CCORR_CFG … #define MDP_CCORR_SIZE … /* MASK */ #define MDP_CCORR_EN_MASK … #define MDP_CCORR_CFG_MASK … #define MDP_CCORR_SIZE_MASK … #endif // __MDP_REG_CCORR_H__