source: svn/newcon3bcm2_21bu/magnum/basemodules/chp/7552/rdb/b0/bchp_bestrom.h

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

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

  • Property svn:executable set to *
File size: 2.9 KB
Line 
1/***************************************************************************
2 *     Copyright (c) 1999-2011, Broadcom Corporation
3 *     All Rights Reserved
4 *     Confidential Property of Broadcom Corporation
5 *
6 *
7 * THIS SOFTWARE MAY ONLY BE USED SUBJECT TO AN EXECUTED SOFTWARE LICENSE
8 * AGREEMENT  BETWEEN THE USER AND BROADCOM.  YOU HAVE NO RIGHT TO USE OR
9 * EXPLOIT THIS MATERIAL EXCEPT SUBJECT TO THE TERMS OF SUCH AN AGREEMENT.
10 *
11 * $brcm_Workfile: bchp_bestrom.h $
12 * $brcm_Revision: Hydra_Software_Devel/1 $
13 * $brcm_Date: 8/5/11 9:27p $
14 *
15 * Module Description:
16 *                     DO NOT EDIT THIS FILE DIRECTLY
17 *
18 * This module was generated magically with RDB from a source description
19 * file. You must edit the source file for changes to be made to this file.
20 *
21 *
22 * Date:           Generated on         Thu Aug  4 13:45:33 2011
23 *                 MD5 Checksum         83f408cc25eb2d099cc58e22e4e239e9
24 *
25 * Compiled with:  RDB Utility          combo_header.pl
26 *                 RDB Parser           3.0
27 *                 unknown              unknown
28 *                 Perl Interpreter     5.008008
29 *                 Operating System     linux
30 *
31 * Revision History:
32 *
33 * $brcm_Log: /magnum/basemodules/chp/7552/rdb/b0/bchp_bestrom.h $
34 *
35 * Hydra_Software_Devel/1   8/5/11 9:27p albertl
36 * SW7552-89: Initial revision.
37 *
38 ***************************************************************************/
39
40#ifndef BCHP_BESTROM_H__
41#define BCHP_BESTROM_H__
42
43/***************************************************************************
44 *BESTROM - MIPS BESTROM array
45 ***************************************************************************/
46
47/***************************************************************************
48 *DATA_ARRAY%i - MIPS BestROM Data Array of size 16KB. Depending on bootmodes and chip operating sequences, this BestROM content may become inaccessible. In such scenarios, any read access to the BestROM will return 0x0.
49 ***************************************************************************/
50#define BCHP_BESTROM_DATA_ARRAYi_ARRAY_BASE                        0x00200000
51#define BCHP_BESTROM_DATA_ARRAYi_ARRAY_START                       0
52#define BCHP_BESTROM_DATA_ARRAYi_ARRAY_END                         4095
53#define BCHP_BESTROM_DATA_ARRAYi_ARRAY_ELEMENT_SIZE                32
54
55/***************************************************************************
56 *DATA_ARRAY%i - MIPS BestROM Data Array of size 16KB. Depending on bootmodes and chip operating sequences, this BestROM content may become inaccessible. In such scenarios, any read access to the BestROM will return 0x0.
57 ***************************************************************************/
58/* BESTROM :: DATA_ARRAYi :: WORD [31:00] */
59#define BCHP_BESTROM_DATA_ARRAYi_WORD_MASK                         0xffffffff
60#define BCHP_BESTROM_DATA_ARRAYi_WORD_SHIFT                        0
61
62
63#endif /* #ifndef BCHP_BESTROM_H__ */
64
65/* End of File */
Note: See TracBrowser for help on using the repository browser.