|
Linux Kernel
3.7.1
|
#include "b43legacy.h"#include <linux/interrupt.h>#include <linux/list.h>#include <linux/skbuff.h>Go to the source code of this file.
Macros | |
| #define | B43legacy_PIO_TXCTL 0x00 |
| #define | B43legacy_PIO_TXDATA 0x02 |
| #define | B43legacy_PIO_TXQBUFSIZE 0x04 |
| #define | B43legacy_PIO_RXCTL 0x08 |
| #define | B43legacy_PIO_RXDATA 0x0A |
| #define | B43legacy_PIO_TXCTL_WRITELO (1 << 0) |
| #define | B43legacy_PIO_TXCTL_WRITEHI (1 << 1) |
| #define | B43legacy_PIO_TXCTL_COMPLETE (1 << 2) |
| #define | B43legacy_PIO_TXCTL_INIT (1 << 3) |
| #define | B43legacy_PIO_TXCTL_SUSPEND (1 << 7) |
| #define | B43legacy_PIO_RXCTL_DATAAVAILABLE (1 << 0) |
| #define | B43legacy_PIO_RXCTL_READY (1 << 1) |
| #define | B43legacy_PIO_MAXTXDEVQPACKETS 31 |
| #define | B43legacy_PIO_TXQADJUST 80 |
| #define | B43legacy_PIO_MAXTXPACKETS 256 |
1.8.2