mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
hw/timer/exynos4210_mct: Remove unused defines
Remove defines not used anywhere. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
54ab9927d1
commit
986924f875
1 changed files with 0 additions and 3 deletions
|
@ -173,13 +173,10 @@ enum LocalTimerRegCntIndexes {
|
|||
L_REG_CNT_AMOUNT
|
||||
};
|
||||
|
||||
#define MCT_NIRQ 6
|
||||
#define MCT_SFR_SIZE 0x444
|
||||
|
||||
#define MCT_GT_CMP_NUM 4
|
||||
|
||||
#define MCT_GT_MAX_VAL UINT64_MAX
|
||||
|
||||
#define MCT_GT_COUNTER_STEP 0x100000000ULL
|
||||
#define MCT_LT_COUNTER_STEP 0x100000000ULL
|
||||
#define MCT_LT_CNT_LOW_LIMIT 0x100
|
||||
|
|
Loading…
Reference in a new issue