#include <linux/interrupt.h>
#include <linux/module.h>
#include <linux/pci.h>
#include <linux/delay.h>
#include <linux/mISDNhw.h>
#include <linux/slab.h>
#include "hfc_pci.h"
Go to the source code of this file.
|
enum | {
HFC_CCD_2BD0,
HFC_CCD_B000,
HFC_CCD_B006,
HFC_CCD_B007,
HFC_CCD_B008,
HFC_CCD_B009,
HFC_CCD_B00A,
HFC_CCD_B00B,
HFC_CCD_B00C,
HFC_CCD_B100,
HFC_CCD_B700,
HFC_CCD_B701,
HFC_ASUS_0675,
HFC_BERKOM_A1T,
HFC_BERKOM_TCONCEPT,
HFC_ANIGMA_MC145575,
HFC_ZOLTRIX_2BD0,
HFC_DIGI_DF_M_IOM2_E,
HFC_DIGI_DF_M_E,
HFC_DIGI_DF_M_IOM2_A,
HFC_DIGI_DF_M_A,
HFC_ABOCOM_2BD1,
HFC_SITECOM_DC105V2
} |
|
#define CLKDEL_NT 0x6c /* CLKDEL in NT mode */ |
#define CLKDEL_TE 0x0e /* CLKDEL in TE mode */ |
#define FLG_HFC_TIMER_T1 16 |
#define FLG_HFC_TIMER_T3 17 |
#define HFC_CFG_SLAVEHFC 5 |
#define HFC_CFG_SW_DD_DU 7 |
#define NT_T1_COUNT 1120 /* number of 3.125ms interrupts (3.5s) */ |
#define NT_T3_COUNT 31 /* number of 3.125ms interrupts (97 ms) */ |
- Enumerator:
HFC_CCD_2BD0 |
|
HFC_CCD_B000 |
|
HFC_CCD_B006 |
|
HFC_CCD_B007 |
|
HFC_CCD_B008 |
|
HFC_CCD_B009 |
|
HFC_CCD_B00A |
|
HFC_CCD_B00B |
|
HFC_CCD_B00C |
|
HFC_CCD_B100 |
|
HFC_CCD_B700 |
|
HFC_CCD_B701 |
|
HFC_ASUS_0675 |
|
HFC_BERKOM_A1T |
|
HFC_BERKOM_TCONCEPT |
|
HFC_ANIGMA_MC145575 |
|
HFC_ZOLTRIX_2BD0 |
|
HFC_DIGI_DF_M_IOM2_E |
|
HFC_DIGI_DF_M_E |
|
HFC_DIGI_DF_M_IOM2_A |
|
HFC_DIGI_DF_M_A |
|
HFC_ABOCOM_2BD1 |
|
HFC_SITECOM_DC105V2 |
|
Definition at line 69 of file hfcpci.c.
MODULE_AUTHOR |
( |
"Karsten Keil" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
pci |
, |
|
|
hfc_ids |
|
|
) |
| |
module_exit |
( |
HFC_cleanup |
| ) |
|