Source
1
+
/* SPDX-License-Identifier: GPL-2.0+ */
1
2
/*
2
3
* Faraday FTMAC100 Ethernet
3
4
*
4
5
* (C) Copyright 2009 Faraday Technology
5
6
* Po-Yu Chuang <ratbert@faraday-tech.com>
6
-
*
7
-
* SPDX-License-Identifier: GPL-2.0+
8
7
*/
9
8
10
9
#ifndef __FTMAC100_H
11
10
#define __FTMAC100_H
12
11
13
12
struct ftmac100 {
14
13
unsigned int isr; /* 0x00 */
15
14
unsigned int imr; /* 0x04 */
16
15
unsigned int mac_madr; /* 0x08 */
17
16
unsigned int mac_ladr; /* 0x0c */