Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/include/soc/mscc/vsc7514_regs.h
26285 views
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
8
#ifndef VSC7514_REGS_H
9
#define VSC7514_REGS_H
10
11
#include <soc/mscc/ocelot_vcap.h>
12
13
extern struct vcap_props vsc7514_vcap_props[];
14
15
extern const struct reg_field vsc7514_regfields[REGFIELD_MAX];
16
17
extern const u32 *vsc7514_regmap[TARGET_MAX];
18
19
#endif
20
21