#include <linux/phy.h>
#include <linux/module.h>
#include <linux/string.h>
#include <linux/netdevice.h>
#include <linux/etherdevice.h>
Go to the source code of this file.
#define AT803X_DEVICE_ADDR 0x03 |
#define AT803X_FUNC_DATA 0x4003 |
#define AT803X_INTR_ENABLE 0x12 |
#define AT803X_INTR_STATUS 0x13 |
#define AT803X_LOC_MAC_ADDR_0_15_OFFSET 0x804C |
#define AT803X_LOC_MAC_ADDR_16_31_OFFSET 0x804B |
#define AT803X_LOC_MAC_ADDR_32_47_OFFSET 0x804A |
#define AT803X_MMD_ACCESS_CONTROL 0x0D |
#define AT803X_MMD_ACCESS_CONTROL_DATA 0x0E |
#define AT803X_WOL_ENABLE 0x01 |
MODULE_AUTHOR |
( |
"Matus Ujhelyi" |
| ) |
|
MODULE_DESCRIPTION |
( |
"Atheros 803x PHY driver" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
mdio |
, |
|
|
atheros_tbl |
|
|
) |
| |
module_exit |
( |
atheros_exit |
| ) |
|
module_init |
( |
atheros_init |
| ) |
|