#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/mii.h>
#include <linux/phy.h>
Go to the source code of this file.
Definition at line 23 of file amd.c.
#define MII_AM79C_IR_EN_ANEG 0x0100 /* IR enable Aneg Complete */ |
Definition at line 25 of file amd.c.
#define MII_AM79C_IR_EN_LINK 0x0400 /* IR enable Linkstate */ |
Definition at line 24 of file amd.c.
Definition at line 26 of file amd.c.
#define PHY_ID_AM79C874 0x0022561b |
Definition at line 21 of file amd.c.
MODULE_DEVICE_TABLE |
( |
mdio |
, |
|
|
amd_tbl |
|
|
) |
| |
module_exit |
( |
am79c_exit |
| ) |
|
module_init |
( |
am79c_init |
| ) |
|