#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/pci.h>
#include <linux/errno.h>
#include <linux/atm.h>
#include <linux/atmdev.h>
#include <linux/sonet.h>
#include <linux/skbuff.h>
#include <linux/time.h>
#include <linux/delay.h>
#include <linux/uio.h>
#include <linux/init.h>
#include <linux/atm_eni.h>
#include <linux/bitops.h>
#include <linux/slab.h>
#include <asm/io.h>
#include <linux/atomic.h>
#include <asm/uaccess.h>
#include <asm/string.h>
#include <asm/byteorder.h>
#include "tonga.h"
#include "midway.h"
#include "suni.h"
#include "eni.h"
Go to the source code of this file.
|
#define | ioremap_nocache(X, Y) ioremap(X,Y) |
|
#define | DPRINTK(format, args...) |
|
#define | CONFIG_ATM_ENI_BURST_TX_8W |
|
#define | CONFIG_ATM_ENI_BURST_RX_4W |
|
#define | NULLCHECK(x) |
|
#define | EVENT(s, a, b) |
|
#define | NEPJOK(a0, a1, b) ((a0) < (a1) ? (b) <= (a0) || (b) > (a1) : (b) <= (a0) && (b) > (a1)) |
|
#define | EEPJOK(a0, a1, b) ((a0) < (a1) ? (b) < (a0) || (b) >= (a1) : (b) < (a0) && (b) >= (a1)) |
|
#define | NEPMOK(a0, d, b, c) NEPJOK(a0,(a0+d) & (c-1),b) |
|
#define | EEPMOK(a0, d, b, c) EEPJOK(a0,(a0+d) & (c-1),b) |
|
#define | eni_in(r) readl(eni_dev->reg+(r)*4) |
|
#define | eni_out(v, r) writel((v),eni_dev->reg+(r)*4) |
|
#define | ENI_VCC_NOS ((struct atm_vcc *) 1) |
|
#define | SET_SEPROM |
|
#define | GET_SEPROM |
|
#define CONFIG_ATM_ENI_BURST_RX_4W |
Definition at line 73 of file eni.c.
#define CONFIG_ATM_ENI_BURST_TX_8W |
Definition at line 72 of file eni.c.
#define DPRINTK |
( |
|
format, |
|
|
|
args... |
|
) |
| |
Definition at line 67 of file eni.c.
#define EVENT |
( |
|
s, |
|
|
|
a, |
|
|
|
b |
|
) |
| |
Definition at line 82 of file eni.c.
Value:({
if (!
error && !pci_error) { \
udelay(10); \
} })
Definition at line 1587 of file eni.c.
#define ioremap_nocache |
( |
|
X, |
|
|
|
Y |
|
) |
| ioremap(X,Y) |
Definition at line 35 of file eni.c.
Definition at line 80 of file eni.c.
Value:({
if (!
error && !pci_error) { \
udelay(10); \
} })
Definition at line 1582 of file eni.c.
- Enumerator:
-
Definition at line 926 of file eni.c.
MODULE_DEVICE_TABLE |
( |
pci |
, |
|
|
eni_pci_tbl |
|
|
) |
| |