#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/netdevice.h>
#include <linux/mii.h>
#include <linux/ethtool.h>
#include <linux/delay.h>
#include "emac.h"
#include "phy.h"
Go to the source code of this file.
| #define ACSR_PIN_PRIO_SELECT 0x0004 |
| #define EPCR_GMII_MODE 0x0000 |
| #define EPCR_MODE_MASK 0x3000 |
| #define EPCR_RGMII_MODE 0x1000 |
| #define EPCR_RTBI_MODE 0x3000 |
| #define EPCR_TBI_MODE 0x2000 |
| #define MII_CIS8201_10BTCSR 0x16 |
| #define MII_CIS8201_ACSR 0x1c |
| #define MII_CIS8201_EPCR 0x17 |
| #define phy_read _phy_read |
Definition at line 31 of file phy.c.
| #define phy_write _phy_write |
Definition at line 32 of file phy.c.
| #define TENBTCSR_ECHO_DISABLE 0x2000 |
Definition at line 78 of file phy.c.
Definition at line 54 of file phy.c.