summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wct4xxp/wct4xxp.h
diff options
context:
space:
mode:
authorRuss Meyerriecks <rmeyerriecks@digium.com>2010-07-26 20:14:48 +0000
committerRuss Meyerriecks <rmeyerriecks@digium.com>2010-07-26 20:14:48 +0000
commit51203947d71837bbcc7c768fed1a6e2bedb97aee (patch)
tree788270548e4e4f020b37080eb9c16f0c3b054fda /drivers/dahdi/wct4xxp/wct4xxp.h
parentf6e9fe2adc27915f890cfded1dc86b4bbf681bbd (diff)
Added the ability to trigger alarm simulation states in the
qfalc framer. Added some more verbose red alarm states in the upper byte of the alarm member of the dahdi_span structure Removed some unnecessary instrumentation regarding the enabling of the errored second and 1 second counters for performance collecting. Also added a couple comments. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@8997 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/wct4xxp/wct4xxp.h')
-rw-r--r--drivers/dahdi/wct4xxp/wct4xxp.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/dahdi/wct4xxp/wct4xxp.h b/drivers/dahdi/wct4xxp/wct4xxp.h
index fb12173..7a53238 100644
--- a/drivers/dahdi/wct4xxp/wct4xxp.h
+++ b/drivers/dahdi/wct4xxp/wct4xxp.h
@@ -96,6 +96,15 @@
#define FRMR_SIS_XFW 0x40
#define FRMR_TXFIFO 0x00
+#define FRS0 0x4c
+#define FRS0_LOS (1<<7)
+#define FRS0_LFA (1<<5)
+#define FRS0_LMFA (1<<1)
+
+#define FRS1 0x4d
+#define FRS1_XLS (1<<1)
+#define FRS1_XLO (1<<0)
+
#define NUM_REGS 0xa9
#define NUM_PCI 12