linux/drivers/net/ethernet/mscc/vsc7514_regs.c

// SPDX-License-Identifier: (GPL-2.0 OR MIT)
/*
 * Microsemi Ocelot Switch driver
 *
 * Copyright (c) 2017 Microsemi Corporation
 * Copyright (c) 2021 Innovative Advantage
 */
#include <soc/mscc/ocelot_vcap.h>
#include <soc/mscc/vsc7514_regs.h>
#include "ocelot.h"

const struct reg_field vsc7514_regfields[REGFIELD_MAX] =;
EXPORT_SYMBOL();

static const u32 vsc7514_ana_regmap[] =;

static const u32 vsc7514_qs_regmap[] =;

static const u32 vsc7514_qsys_regmap[] =;

static const u32 vsc7514_rew_regmap[] =;

static const u32 vsc7514_sys_regmap[] =;

static const u32 vsc7514_vcap_regmap[] =;

static const u32 vsc7514_ptp_regmap[] =;

static const u32 vsc7514_dev_gmii_regmap[] =;

const u32 *vsc7514_regmap[TARGET_MAX] =;
EXPORT_SYMBOL();

static const struct vcap_field vsc7514_vcap_es0_keys[] =;

static const struct vcap_field vsc7514_vcap_es0_actions[]   =;

static const struct vcap_field vsc7514_vcap_is1_keys[] =;

static const struct vcap_field vsc7514_vcap_is1_actions[] =;

static const struct vcap_field vsc7514_vcap_is2_keys[] =;

static const struct vcap_field vsc7514_vcap_is2_actions[] =;

struct vcap_props vsc7514_vcap_props[] =;
EXPORT_SYMBOL();