Linux Kernel
3.7.1
|
#include "asix.h"
Go to the source code of this file.
Data Structures | |
struct | ax88172_int_data |
Macros | |
#define | PHY_MODE_MARVELL 0x0000 |
#define | MII_MARVELL_LED_CTRL 0x0018 |
#define | MII_MARVELL_STATUS 0x001b |
#define | MII_MARVELL_CTRL 0x0014 |
#define | MARVELL_LED_MANUAL 0x0019 |
#define | MARVELL_STATUS_HWCFG 0x0004 |
#define | MARVELL_CTRL_TXDELAY 0x0002 |
#define | MARVELL_CTRL_RXDELAY 0x0080 |
#define | PHY_MODE_RTL8211CL 0x000C |
Functions | |
MODULE_DEVICE_TABLE (usb, products) | |
module_usb_driver (asix_driver) | |
MODULE_AUTHOR ("David Hollis") | |
MODULE_VERSION (DRIVER_VERSION) | |
MODULE_DESCRIPTION ("ASIX AX8817X based USB 2.0 Ethernet Devices") | |
MODULE_LICENSE ("GPL") | |
Variables | |
struct ax88172_int_data | __packed |
struct driver_info | ax88172a_info |
#define MARVELL_CTRL_RXDELAY 0x0080 |
Definition at line 35 of file asix_devices.c.
#define MARVELL_CTRL_TXDELAY 0x0002 |
Definition at line 34 of file asix_devices.c.
#define MARVELL_LED_MANUAL 0x0019 |
Definition at line 30 of file asix_devices.c.
#define MARVELL_STATUS_HWCFG 0x0004 |
Definition at line 32 of file asix_devices.c.
#define MII_MARVELL_CTRL 0x0014 |
Definition at line 28 of file asix_devices.c.
#define MII_MARVELL_LED_CTRL 0x0018 |
Definition at line 26 of file asix_devices.c.
#define MII_MARVELL_STATUS 0x001b |
Definition at line 27 of file asix_devices.c.
#define PHY_MODE_MARVELL 0x0000 |
Definition at line 25 of file asix_devices.c.
#define PHY_MODE_RTL8211CL 0x000C |
Definition at line 37 of file asix_devices.c.
MODULE_AUTHOR | ( | "David Hollis" | ) |
MODULE_DESCRIPTION | ( | "ASIX AX8817X based USB 2.0 Ethernet Devices" | ) |
MODULE_DEVICE_TABLE | ( | usb | , |
products | |||
) |
MODULE_LICENSE | ( | "GPL" | ) |
module_usb_driver | ( | asix_driver | ) |
MODULE_VERSION | ( | DRIVER_VERSION | ) |
struct driver_info ax88172a_info |
Definition at line 403 of file ax88172a.c.