source: svn/newcon3bcm2_21bu/magnum/basemodules/chp/7552/rdb/b0/bchp_uartb.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.7 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_uartb.h $
12 * $brcm_Revision: Hydra_Software_Devel/1 $
13 * $brcm_Date: 8/5/11 10:23p $
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:52:13 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_uartb.h $
34 *
35 * Hydra_Software_Devel/1   8/5/11 10:23p albertl
36 * SW7552-89: Initial revision.
37 *
38 ***************************************************************************/
39
40#ifndef BCHP_UARTB_H__
41#define BCHP_UARTB_H__
42
43/***************************************************************************
44 *UARTB - UART B
45 ***************************************************************************/
46#define BCHP_UARTB_RBR                           0x00406840 /* Receive Buffer Register */
47#define BCHP_UARTB_THR                           0x00406840 /* Transmit Holding Register */
48#define BCHP_UARTB_DLH                           0x00406844 /* Divisor Latch High */
49#define BCHP_UARTB_DLL                           0x00406840 /* Divisor Latch Low */
50#define BCHP_UARTB_IER                           0x00406844 /* Interrupt Enable Register */
51#define BCHP_UARTB_IIR                           0x00406848 /* Interrupt Identity Register */
52#define BCHP_UARTB_FCR                           0x00406848 /* FIFO Control Register */
53#define BCHP_UARTB_LCR                           0x0040684c /* Line Control Register */
54#define BCHP_UARTB_MCR                           0x00406850 /* Modem Control Register */
55#define BCHP_UARTB_LSR                           0x00406854 /* Line Status Register */
56#define BCHP_UARTB_MSR                           0x00406858 /* Modem Status Register */
57#define BCHP_UARTB_SCR                           0x0040685c /* Scratchpad Register */
58
59#endif /* #ifndef BCHP_UARTB_H__ */
60
61/* End of File */
Note: See TracBrowser for help on using the repository browser.