source: svn/newcon3bcm2_21bu/rockford/bsp/bcm97552/common/int1.h @ 69

Last change on this file since 69 was 69, checked in by phkim, 10 years ago

1.phkim

  1. 광주방송
  2. 변경내용
    • VBI 캡션 disabled
  • Property svn:executable set to *
File size: 594 bytes
Line 
1#ifndef _INT1_H
2#define _INT1_H
3
4#include "bcmmips.h"
5#include "bchp_common.h"
6#include "bchp_hif_cpu_intr1.h"
7#include "int1_api.h"
8
9
10#if __cplusplus
11extern "C" {
12#endif
13
14
15/***************************************************************************
16 *  BCM7038 Interrupt Level 1 Base Address
17 **************************************************************************/
18#define CPUINT1C_ADR_BASE  \
19            BCM_PHYS_TO_K1(BCHP_PHYSICAL_OFFSET+BCHP_HIF_CPU_INTR1_INTR_W0_STATUS)
20
21#define CPUINT1C ((Int1Control * const)(CPUINT1C_ADR_BASE))
22
23
24
25#if __cplusplus
26}
27#endif
28
29#endif /* _INT1_H */
30
Note: See TracBrowser for help on using the repository browser.