1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* 3 * Support for Intel Camera Imaging ISP subsystem. 4 * Copyright (c) 2015, Intel Corporation. 5 */ 6 7 #ifndef _mmu_defs_h 8 #define _mmu_defs_h 9 10 #define _HRT_MMU_INVALIDATE_TLB_REG_IDX 0 11 #define _HRT_MMU_PAGE_TABLE_BASE_ADDRESS_REG_IDX 1 12 13 #define _HRT_MMU_REG_ALIGN 4 14 15 #endif /* _mmu_defs_h */ 16