162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * This is a direct copy of the ev96100.h file, with a global 462306a36Sopenharmony_ci * search and replace. The numbers are the same. 562306a36Sopenharmony_ci * 662306a36Sopenharmony_ci * The reason I'm duplicating this is so that the 64120/96100 762306a36Sopenharmony_ci * defines won't be confusing in the source code. 862306a36Sopenharmony_ci */ 962306a36Sopenharmony_ci#ifndef _ASM_MACH_MIPS_MACH_GT64120_DEP_H 1062306a36Sopenharmony_ci#define _ASM_MACH_MIPS_MACH_GT64120_DEP_H 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_ci#define MIPS_GT_BASE 0x1be00000 1362306a36Sopenharmony_ci 1462306a36Sopenharmony_ciextern unsigned long _pcictrl_gt64120; 1562306a36Sopenharmony_ci/* 1662306a36Sopenharmony_ci * GT64120 config space base address 1762306a36Sopenharmony_ci */ 1862306a36Sopenharmony_ci#define GT64120_BASE _pcictrl_gt64120 1962306a36Sopenharmony_ci 2062306a36Sopenharmony_ci#endif /* _ASM_MACH_MIPS_MACH_GT64120_DEP_H */ 21