source: svn/newcon3bcm2_21bu/rockford/bsp/bcm97552/common/cpuctrl.h @ 22

Last change on this file since 22 was 22, checked in by phkim, 11 years ago
  1. phkim
  2. newcon3sk 를 kctv 로 브랜치 함
  • Property svn:executable set to *
File size: 848 bytes
Line 
1/**********************************************************************
2**
3**      Broadcom Corp. Confidential
4**      Copyright 2000 Broadcom Corp.  All Rights Reserved.
5**
6**
7**      File:         cpuctrl.h
8**      Description:  MIPS CPU  Interface
9**      Created:     
10**
11**
12**      REVISION:
13**
14**              $Log: $
15**
16**
17**********************************************************************/
18
19
20void ExceptReport(unsigned long *GenRegs,unsigned long *Cp0Regs,unsigned long *Cp1Regs);
21void InterruptHandler(void);
22
23unsigned long CpuIdGet(void);
24unsigned long CpuCountGet(void);
25void CpuCountSet(unsigned long value);
26
27unsigned long CpuCompareGet(void);
28void CpuCompareSet(unsigned long value);
29
30unsigned long CpuIntGet(void);
31unsigned long CpuIntSet(unsigned long imask);
32
33unsigned long CpuStatusGet(void);
34void CpuStatusSet(unsigned long);
35
36void CpuBevSet(unsigned long val);
37
Note: See TracBrowser for help on using the repository browser.