openbcm

Git mirror of https://github.com/Broadcom-Network-Switching-Software/OpenBCM
git clone git://git.finwo.net/mirror/broadcom/openbcm
Log | Files | Refs | README

tefmod16_device.h (1160B)


      1 /*----------------------------------------------------------------------
      2  * 
      3  * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file.
      4  * 
      5  * Copyright 2007-2019 Broadcom Inc. All rights reserved.
      6  *
      7  *  Broadcom Corporation
      8  *  Proprietary and Confidential information
      9  *  All rights reserved
     10  *  This source file is the property of Broadcom Corporation, and
     11  *  may not be copied or distributed in any isomorphic form without the
     12  *  prior written consent of Broadcom Corporation.
     13  *----------------------------------------------------------------------
     14  *  Description: define enumerators  
     15  *----------------------------------------------------------------------*/
     16 /*
     17  *  
     18  * $Copyright:
     19  * All Rights Reserved.$
     20  */
     21 #ifndef _TEFMOD16_DEVICE_H_
     22 #define _TEFMOD16_DEVICE_H_
     23 
     24 typedef struct tefmod16_device_aux_modes_s {
     25     uint32_t core_id ; 
     26     uint16_t st_current_entry ;
     27     uint16_t st_hcd[4] ;
     28     uint16_t st_pll_div[4] ;
     29     uint16_t st_os[4] ;
     30 
     31     uint16_t hto_enable[4]  ;
     32     uint16_t hto_pll_div[4] ;
     33     uint16_t hto_os[4] ;
     34 } tefmod16_device_aux_modes_t ;
     35 
     36 #endif