Path: blob/master/arch/sh/include/cpu-sh2a/cpu/ubc.h
15162 views
/*1* SH-2A UBC definitions2*3* Copyright (C) 2008 Kieran Bingham4*5* This file is subject to the terms and conditions of the GNU General Public6* License. See the file "COPYING" in the main directory of this archive7* for more details.8*/910#ifndef __ASM_CPU_SH2A_UBC_H11#define __ASM_CPU_SH2A_UBC_H1213#define UBC_BARA 0xfffc040014#define UBC_BAMRA 0xfffc040415#define UBC_BBRA 0xfffc04a0 /* 16 bit access */16#define UBC_BDRA 0xfffc040817#define UBC_BDMRA 0xfffc040c1819#define UBC_BARB 0xfffc041020#define UBC_BAMRB 0xfffc041421#define UBC_BBRB 0xfffc04b0 /* 16 bit access */22#define UBC_BDRB 0xfffc041823#define UBC_BDMRB 0xfffc041c2425#define UBC_BRCR 0xfffc04c02627#endif /* __ASM_CPU_SH2A_UBC_H */282930