OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libcpu/] [hppa1.1/] [include/] [runway.h] - Blame information for rev 173

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
/*
2
 *  File:       $RCSfile: runway.h,v $
3
 *  Project:    PixelFlow
4
 *  Created:    94/11/29
5
 *  RespEngr:   tony bennett
6
 *  Revision:   $Revision: 1.2 $
7
 *  Last Mod:   $Date: 2001-09-27 12:01:21 $
8
 *
9
 *  Description:
10
 *      definitions specific to the runway bus
11
 *
12
 *  TODO:
13
 *      Add lots more.
14
 *
15
 *  $Id: runway.h,v 1.2 2001-09-27 12:01:21 chris Exp $
16
 */
17
 
18
#ifndef _INCLUDE_RUNWAY_H
19
#define _INCLUDE_RUNWAY_H
20
 
21
#ifdef __cplusplus
22
extern "C" {
23
#endif
24
 
25
#define HPPA_RUNWAY_PROC_HPA_BASE  ((void *) 0xFFFA0000)
26
 
27
/* given a processor number, where is its HPA? */
28
#define HPPA_RUNWAY_HPA(cpu)   \
29
  ((rtems_unsigned32) (HPPA_RUNWAY_PROC_HPA_BASE + ((cpu) * 0x2000)))
30
 
31
#define HPPA_RUNWAY_REG_IO_EIR_OFFSET   0x000
32
 
33
#ifdef __cplusplus
34
}
35
#endif
36
 
37
#endif /* ! _INCLUDE_RUNWAY_H */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.