File: ubc.h

package info (click to toggle)
linux 3.2.73-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 692,996 kB
  • sloc: ansic: 9,719,677; asm: 244,034; xml: 40,377; makefile: 23,845; perl: 16,079; python: 4,929; sh: 4,425; cpp: 3,598; yacc: 2,979; lex: 1,726; awk: 708; pascal: 231; lisp: 218; sed: 30
file content (28 lines) | stat: -rw-r--r-- 858 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/*
 * SH-2A UBC definitions
 *
 * Copyright (C) 2008 Kieran Bingham
 *
 * This file is subject to the terms and conditions of the GNU General Public
 * License.  See the file "COPYING" in the main directory of this archive
 * for more details.
 */

#ifndef __ASM_CPU_SH2A_UBC_H
#define __ASM_CPU_SH2A_UBC_H

#define UBC_BARA                0xfffc0400
#define UBC_BAMRA               0xfffc0404
#define UBC_BBRA                0xfffc04a0	/* 16 bit access */
#define UBC_BDRA                0xfffc0408
#define UBC_BDMRA               0xfffc040c

#define UBC_BARB                0xfffc0410
#define UBC_BAMRB               0xfffc0414
#define UBC_BBRB                0xfffc04b0	/* 16 bit access */
#define UBC_BDRB                0xfffc0418
#define UBC_BDMRB               0xfffc041c

#define UBC_BRCR                0xfffc04c0

#endif /* __ASM_CPU_SH2A_UBC_H */