vsc7514_regs.h 895 B

1234567891011121314151617181920212223242526272829
  1. /* SPDX-License-Identifier: (GPL-2.0 OR MIT) */
  2. /*
  3. * Microsemi Ocelot Switch driver
  4. *
  5. * Copyright (c) 2021 Innovative Advantage Inc.
  6. */
  7. #ifndef VSC7514_REGS_H
  8. #define VSC7514_REGS_H
  9. #include <soc/mscc/ocelot_vcap.h>
  10. extern const u32 vsc7514_ana_regmap[];
  11. extern const u32 vsc7514_qs_regmap[];
  12. extern const u32 vsc7514_qsys_regmap[];
  13. extern const u32 vsc7514_rew_regmap[];
  14. extern const u32 vsc7514_sys_regmap[];
  15. extern const u32 vsc7514_vcap_regmap[];
  16. extern const u32 vsc7514_ptp_regmap[];
  17. extern const u32 vsc7514_dev_gmii_regmap[];
  18. extern const struct vcap_field vsc7514_vcap_es0_keys[];
  19. extern const struct vcap_field vsc7514_vcap_es0_actions[];
  20. extern const struct vcap_field vsc7514_vcap_is1_keys[];
  21. extern const struct vcap_field vsc7514_vcap_is1_actions[];
  22. extern const struct vcap_field vsc7514_vcap_is2_keys[];
  23. extern const struct vcap_field vsc7514_vcap_is2_actions[];
  24. #endif