Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: (GPL-2.0 OR MIT) */
0002 /*
0003  * Microsemi Ocelot Switch driver
0004  *
0005  * Copyright (c) 2021 Innovative Advantage Inc.
0006  */
0007 
0008 #ifndef VSC7514_REGS_H
0009 #define VSC7514_REGS_H
0010 
0011 #include <soc/mscc/ocelot_vcap.h>
0012 
0013 extern const u32 vsc7514_ana_regmap[];
0014 extern const u32 vsc7514_qs_regmap[];
0015 extern const u32 vsc7514_qsys_regmap[];
0016 extern const u32 vsc7514_rew_regmap[];
0017 extern const u32 vsc7514_sys_regmap[];
0018 extern const u32 vsc7514_vcap_regmap[];
0019 extern const u32 vsc7514_ptp_regmap[];
0020 extern const u32 vsc7514_dev_gmii_regmap[];
0021 
0022 extern const struct vcap_field vsc7514_vcap_es0_keys[];
0023 extern const struct vcap_field vsc7514_vcap_es0_actions[];
0024 extern const struct vcap_field vsc7514_vcap_is1_keys[];
0025 extern const struct vcap_field vsc7514_vcap_is1_actions[];
0026 extern const struct vcap_field vsc7514_vcap_is2_keys[];
0027 extern const struct vcap_field vsc7514_vcap_is2_actions[];
0028 
0029 #endif