162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_ci * 362306a36Sopenharmony_ci * Definitions for the address spaces of the SH-2 CPUs. 462306a36Sopenharmony_ci * 562306a36Sopenharmony_ci * Copyright (C) 2003 Paul Mundt 662306a36Sopenharmony_ci */ 762306a36Sopenharmony_ci#ifndef __ASM_CPU_SH2_ADDRSPACE_H 862306a36Sopenharmony_ci#define __ASM_CPU_SH2_ADDRSPACE_H 962306a36Sopenharmony_ci 1062306a36Sopenharmony_ci#define P0SEG 0x00000000 1162306a36Sopenharmony_ci#define P1SEG 0x80000000 1262306a36Sopenharmony_ci#define P2SEG 0xa0000000 1362306a36Sopenharmony_ci#define P3SEG 0xc0000000 1462306a36Sopenharmony_ci#define P4SEG 0xe0000000 1562306a36Sopenharmony_ci 1662306a36Sopenharmony_ci#endif /* __ASM_CPU_SH2_ADDRSPACE_H */ 17