blob: 5ec8db25417d06db57d35fadb60dacabc29254bd [file] [log] [blame]
Horatiu Vultur85653272019-01-31 15:30:36 +01001/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
2/*
3 * Copyright (c) 2018 Microsemi Corporation
4 */
5
Horatiu Vultur85653272019-01-31 15:30:36 +01006#define ETH_LEN 6
7#define MAC_VID 1
8
9enum mscc_regs_ana_table {
10 MSCC_ANA_TABLES_MACHDATA,
11 MSCC_ANA_TABLES_MACLDATA,
12 MSCC_ANA_TABLES_MACACCESS,
13};
14
15int mscc_mac_table_add(void __iomem *regs,
16 const unsigned long *mscc_mac_table_offset,
17 const unsigned char mac[ETH_LEN], int pgid);