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

cambist.h (592B)


      1 /* 
      2  * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file.
      3  * 
      4  * Copyright 2007-2019 Broadcom Inc. All rights reserved.
      5  */ 
      6 
      7 #define NO_MODE 99
      8 #define NO_MODE_FIELD 0xffffffff
      9 #define NO_CONTROL_REGISTER -1
     10 #define NO_CONTROL_ENABLE_FIELD 0xffffffff
     11 
     12 typedef struct cambist_s {
     13     char *cambist_name;
     14     uint32 mode;
     15     soc_field_t mode_field;
     16     soc_reg_t cambist_config;
     17     soc_reg_t cambist_control;
     18     soc_field_t cambist_enable;
     19     uint32 cambist_count;
     20     soc_reg_t cambist_status;
     21 } cambist_t;