blob: 8cb6eb11da458ea231c5dd8361ccb709494f5711 [file] [log] [blame]
/***************************************************************************
* Copyright (c) 1999-2009, Broadcom Corporation
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* Module Description:
* DO NOT EDIT THIS FILE DIRECTLY
*
* This module was generated magically with RDB from a source description
* file. You must edit the source file for changes to be made to this file.
*
*
* Date: Generated on Wed Nov 18 01:08:28 2009
* MD5 Checksum 8e4822e2d8c445f841e653dc06da5e41
*
* Compiled with: RDB Utility combo_header.pl
* RDB Parser 3.0
* unknown unknown
* Perl Interpreter 5.008008
* Operating System linux
*
* Revision History:
*
* $brcm_Log: /magnum/basemodules/chp/7340/rdb/b0/bchp_wktmr.h $
*
* Hydra_Software_Devel/1 11/18/09 11:02a albertl
* SW7340-102: Initial revision.
*
***************************************************************************/
#ifndef BCHP_WKTMR_H__
#define BCHP_WKTMR_H__
/***************************************************************************
*WKTMR - Wakeup timer
***************************************************************************/
#define BCHP_WKTMR_EVENT 0x00406cc0 /* Wakeup Timer Register */
#define BCHP_WKTMR_COUNTER 0x00406cc4 /* Wakeup Counter */
#define BCHP_WKTMR_ALARM 0x00406cc8 /* Wakeup Timer Alarm */
#define BCHP_WKTMR_PRESCALER 0x00406ccc /* Wakeup Timer Prescaler */
#define BCHP_WKTMR_PRESCALER_VAL 0x00406cd0 /* Wakeup Timer Prescaler Value */
/***************************************************************************
*EVENT - Wakeup Timer Register
***************************************************************************/
/* WKTMR :: EVENT :: reserved0 [31:01] */
#define BCHP_WKTMR_EVENT_reserved0_MASK 0xfffffffe
#define BCHP_WKTMR_EVENT_reserved0_SHIFT 1
/* WKTMR :: EVENT :: wktmr_alarm_event [00:00] */
#define BCHP_WKTMR_EVENT_wktmr_alarm_event_MASK 0x00000001
#define BCHP_WKTMR_EVENT_wktmr_alarm_event_SHIFT 0
/***************************************************************************
*COUNTER - Wakeup Counter
***************************************************************************/
/* WKTMR :: COUNTER :: wktmr_counter [31:00] */
#define BCHP_WKTMR_COUNTER_wktmr_counter_MASK 0xffffffff
#define BCHP_WKTMR_COUNTER_wktmr_counter_SHIFT 0
/***************************************************************************
*ALARM - Wakeup Timer Alarm
***************************************************************************/
/* WKTMR :: ALARM :: wktmr_alarm [31:00] */
#define BCHP_WKTMR_ALARM_wktmr_alarm_MASK 0xffffffff
#define BCHP_WKTMR_ALARM_wktmr_alarm_SHIFT 0
/***************************************************************************
*PRESCALER - Wakeup Timer Prescaler
***************************************************************************/
/* WKTMR :: PRESCALER :: reserved0 [31:25] */
#define BCHP_WKTMR_PRESCALER_reserved0_MASK 0xfe000000
#define BCHP_WKTMR_PRESCALER_reserved0_SHIFT 25
/* WKTMR :: PRESCALER :: wktmr_prescaler [24:00] */
#define BCHP_WKTMR_PRESCALER_wktmr_prescaler_MASK 0x01ffffff
#define BCHP_WKTMR_PRESCALER_wktmr_prescaler_SHIFT 0
/***************************************************************************
*PRESCALER_VAL - Wakeup Timer Prescaler Value
***************************************************************************/
/* WKTMR :: PRESCALER_VAL :: reserved0 [31:25] */
#define BCHP_WKTMR_PRESCALER_VAL_reserved0_MASK 0xfe000000
#define BCHP_WKTMR_PRESCALER_VAL_reserved0_SHIFT 25
/* WKTMR :: PRESCALER_VAL :: wktmr_prescaler_val [24:00] */
#define BCHP_WKTMR_PRESCALER_VAL_wktmr_prescaler_val_MASK 0x01ffffff
#define BCHP_WKTMR_PRESCALER_VAL_wktmr_prescaler_val_SHIFT 0
#endif /* #ifndef BCHP_WKTMR_H__ */
/* End of File */