vsc7514_regs.h 389 B

12345678910111213141516171819
  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 struct vcap_props vsc7514_vcap_props[];
  11. extern const struct reg_field vsc7514_regfields[REGFIELD_MAX];
  12. extern const u32 *vsc7514_regmap[TARGET_MAX];
  13. #endif