#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/capability.h>
#include <linux/slab.h>
#include <linux/types.h>
#include <linux/string.h>
#include <linux/errno.h>
#include <linux/init.h>
#include <linux/moduleparam.h>
#include <linux/netdevice.h>
#include <linux/hdlc.h>
#include <linux/delay.h>
#include <asm/io.h>
#include "hd64570.h"
#include "hd64570.c"
Go to the source code of this file.
#define C101_MAPPED_RAM_SIZE 0x4000 |
#define C101_WINDOW_SIZE 0x2000 |
#define CLOCK_BASE 9830400 /* 9.8304 MHz */ |
#define log_node |
( |
|
port | ) |
(0) |
#define PAGE0_ALWAYS_MAPPED |
#define phy_node |
( |
|
port | ) |
(0) |
#define pr_fmt |
( |
|
fmt | ) |
KBUILD_MODNAME ": " fmt |
#define RAM_SIZE (256 * 1024) |
Value:
Definition at line 50 of file c101.c.
Value:
Definition at line 92 of file c101.c.
#define TX_RING_BUFFERS 10 |
#define win0base |
( |
|
card | ) |
((card)->win0base) |
MODULE_AUTHOR |
( |
"Krzysztof Halasa <khc@pm.waw.pl>" |
| ) |
|
module_exit |
( |
c101_cleanup |
| ) |
|
module_init |
( |
c101_init |
| ) |
|
MODULE_LICENSE |
( |
"GPL v2" |
| ) |
|
module_param |
( |
hw |
, |
|
|
charp |
, |
|
|
0444 |
|
|
) |
| |
MODULE_PARM_DESC |
( |
hw |
, |
|
|
" |
irq, |
|
|
ram:irq |
, |
|
|
..." |
|
|
) |
| |