|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/kernel.h>#include <linux/init.h>#include <linux/delay.h>#include <linux/pci.h>#include <pcmcia/cisreg.h>#include "orinoco.h"#include "orinoco_pci.h"Go to the source code of this file.
Macros | |
| #define | DRIVER_NAME "orinoco_tmd" |
| #define | PFX DRIVER_NAME ": " |
| #define | COR_VALUE (COR_LEVEL_REQ | COR_FUNC_ENA) /* Enable PC card with interrupt in level trigger */ |
| #define | COR_RESET (0x80) /* reset bit in the COR register */ |
| #define | TMD_RESET_TIME (500) /* milliseconds */ |
Functions | |
| MODULE_DEVICE_TABLE (pci, orinoco_tmd_id_table) | |
| MODULE_AUTHOR ("Joerg Dorchain <[email protected]>") | |
| MODULE_DESCRIPTION ("Driver for wireless LAN cards using the TMD7160 PCI bridge") | |
| MODULE_LICENSE ("Dual MPL/GPL") | |
| module_init (orinoco_tmd_init) | |
| module_exit (orinoco_tmd_exit) | |
| #define COR_RESET (0x80) /* reset bit in the COR register */ |
Definition at line 54 of file orinoco_tmd.c.
| #define COR_VALUE (COR_LEVEL_REQ | COR_FUNC_ENA) /* Enable PC card with interrupt in level trigger */ |
Definition at line 53 of file orinoco_tmd.c.
| #define DRIVER_NAME "orinoco_tmd" |
Definition at line 40 of file orinoco_tmd.c.
| #define PFX DRIVER_NAME ": " |
Definition at line 41 of file orinoco_tmd.c.
| #define TMD_RESET_TIME (500) /* milliseconds */ |
Definition at line 55 of file orinoco_tmd.c.
| MODULE_AUTHOR | ( | "Joerg Dorchain <[email protected]>" | ) |
| MODULE_DEVICE_TABLE | ( | pci | , |
| orinoco_tmd_id_table | |||
| ) |
| module_exit | ( | orinoco_tmd_exit | ) |
| module_init | ( | orinoco_tmd_init | ) |
| MODULE_LICENSE | ( | "Dual MPL/GPL" | ) |
1.8.2