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

Last change on this file since 76 was 76, checked in by megakiss, 10 years ago

1W 대기전력을 만족시키기 위하여 POWEROFF시 튜너를 Standby 상태로 함

  • 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.