Linux Audio

Check our new training course

Embedded Linux training

Mar 31-Apr 8, 2025
Register
Loading...
Note: File does not exist in v5.9.
 1/* SPDX-License-Identifier: GPL-2.0 */
 2/* Copyright Sunplus Technology Co., Ltd.
 3 *       All rights reserved.
 4 */
 5
 6#ifndef __SPL2SW_MAC_H__
 7#define __SPL2SW_MAC_H__
 8
 9void spl2sw_mac_hw_stop(struct spl2sw_common *comm);
10void spl2sw_mac_hw_start(struct spl2sw_common *comm);
11int  spl2sw_mac_addr_add(struct spl2sw_mac *mac);
12int  spl2sw_mac_addr_del(struct spl2sw_mac *mac);
13void spl2sw_mac_hw_init(struct spl2sw_common *comm);
14void spl2sw_mac_rx_mode_set(struct spl2sw_mac *mac);
15void spl2sw_mac_init(struct spl2sw_common *comm);
16void spl2sw_mac_soft_reset(struct spl2sw_common *comm);
17
18#endif