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

eagle_tsc_enum.h (2160B)


      1 /******************************************************************************
      2 ******************************************************************************
      3 *                                                                            *
      4 *  Description   :  Enum types used by Serdes API functions                  *
      5 *                                                                            *
      6 * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file.
      7 * 
      8 * Copyright 2007-2019 Broadcom Inc. All rights reserved.                                                      *
      9 *  No portions of this material may be reproduced in any form without        *
     10 *  the written permission of:                                                *
     11 *      Broadcom Corporation                                                  *
     12 *      5300 California Avenue                                                *
     13 *      Irvine, CA  92617                                                     *
     14 *                                                                            *
     15 *  All information contained in this document is Broadcom Corporation        *
     16 *  company private proprietary, and trade secret.                            *
     17  */
     18 
     19 /** @file eagle_tsc_enum.h
     20  * Enum types used by Serdes API functions
     21  */
     22 
     23 #ifndef EAGLE_TSC_API_ENUM_H
     24 #define EAGLE_TSC_API_ENUM_H
     25 
     26 #include "common/srds_api_enum.h"
     27 
     28 
     29 
     30 /** Eagle PLL Config Enum */
     31 enum eagle_tsc_pll_enum {
     32 	EAGLE_TSC_pll_div_40x,
     33 	EAGLE_TSC_pll_div_42x,
     34 	EAGLE_TSC_pll_div_46x,
     35 	EAGLE_TSC_pll_div_50x,
     36 	EAGLE_TSC_pll_div_52x,
     37 	EAGLE_TSC_pll_div_60x,
     38 	EAGLE_TSC_pll_div_64x_refc161,
     39 	EAGLE_TSC_pll_div_64x_refc156,
     40 	EAGLE_TSC_pll_div_64x,
     41 	EAGLE_TSC_pll_div_66x,
     42 	EAGLE_TSC_pll_div_68x,
     43 	EAGLE_TSC_pll_div_70x,
     44 	EAGLE_TSC_pll_div_72x,
     45 	EAGLE_TSC_pll_div_73p6x,
     46 	EAGLE_TSC_pll_div_80x_refc125,
     47 	EAGLE_TSC_pll_div_80x_refc106,
     48 	EAGLE_TSC_pll_div_80x,
     49 	EAGLE_TSC_pll_div_80x_refc156,
     50 	EAGLE_TSC_pll_div_82p5x,
     51 	EAGLE_TSC_pll_div_87p5x,
     52 	EAGLE_TSC_pll_div_92x,
     53 	EAGLE_TSC_pll_div_100x,
     54 	EAGLE_TSC_pll_div_199p04x,
     55 	EAGLE_TSC_pll_div_36p8x
     56 };
     57 
     58 
     59 
     60 
     61 
     62 
     63 
     64 
     65 
     66 
     67 
     68 
     69 
     70 
     71 #endif