| 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_uartc.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:42:23 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_uartc.h $ |
|---|
| 34 | * |
|---|
| 35 | * Hydra_Software_Devel/1 8/5/11 10:23p albertl |
|---|
| 36 | * SW7552-89: Initial revision. |
|---|
| 37 | * |
|---|
| 38 | ***************************************************************************/ |
|---|
| 39 | |
|---|
| 40 | #ifndef BCHP_UARTC_H__ |
|---|
| 41 | #define BCHP_UARTC_H__ |
|---|
| 42 | |
|---|
| 43 | /*************************************************************************** |
|---|
| 44 | *UARTC - UART C |
|---|
| 45 | ***************************************************************************/ |
|---|
| 46 | #define BCHP_UARTC_RBR 0x00406880 /* Receive Buffer Register */ |
|---|
| 47 | #define BCHP_UARTC_THR 0x00406880 /* Transmit Holding Register */ |
|---|
| 48 | #define BCHP_UARTC_DLH 0x00406884 /* Divisor Latch High */ |
|---|
| 49 | #define BCHP_UARTC_DLL 0x00406880 /* Divisor Latch Low */ |
|---|
| 50 | #define BCHP_UARTC_IER 0x00406884 /* Interrupt Enable Register */ |
|---|
| 51 | #define BCHP_UARTC_IIR 0x00406888 /* Interrupt Identity Register */ |
|---|
| 52 | #define BCHP_UARTC_FCR 0x00406888 /* FIFO Control Register */ |
|---|
| 53 | #define BCHP_UARTC_LCR 0x0040688c /* Line Control Register */ |
|---|
| 54 | #define BCHP_UARTC_MCR 0x00406890 /* Modem Control Register */ |
|---|
| 55 | #define BCHP_UARTC_LSR 0x00406894 /* Line Status Register */ |
|---|
| 56 | #define BCHP_UARTC_MSR 0x00406898 /* Modem Status Register */ |
|---|
| 57 | #define BCHP_UARTC_SCR 0x0040689c /* Scratchpad Register */ |
|---|
| 58 | |
|---|
| 59 | #endif /* #ifndef BCHP_UARTC_H__ */ |
|---|
| 60 | |
|---|
| 61 | /* End of File */ |
|---|