summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorJacob Meuser <jakemsr@cvs.openbsd.org>2009-01-05 08:19:32 +0000
committerJacob Meuser <jakemsr@cvs.openbsd.org>2009-01-05 08:19:32 +0000
commit68799f00b1a73ef72620210767765ce5fad49f09 (patch)
treefd6cebf0ab6d862da9ec16afc677fb13ab36728b /sys/dev
parent95a861c353499f09538424e36f176fe1b3a60b2e (diff)
remove now unused macros
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/azalia.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/dev/pci/azalia.h b/sys/dev/pci/azalia.h
index 861b7566d8d..c295523a131 100644
--- a/sys/dev/pci/azalia.h
+++ b/sys/dev/pci/azalia.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: azalia.h,v 1.38 2009/01/05 07:55:34 jakemsr Exp $ */
+/* $OpenBSD: azalia.h,v 1.39 2009/01/05 08:19:31 jakemsr Exp $ */
/* $NetBSD: azalia.h,v 1.6 2006/01/16 14:15:26 kent Exp $ */
/*-
@@ -283,12 +283,6 @@
#define CORB_CSC_INDEX(x) (x & 0xff)
#define CORB_SET_CONNECTION_SELECT_CONTROL 0x701
#define CORB_GET_CONNECTION_LIST_ENTRY 0xf02
-#define CORB_CLE_LONG_0(x) (x & 0x0000ffff)
-#define CORB_CLE_LONG_1(x) ((x & 0xffff0000) >> 16)
-#define CORB_CLE_SHORT_0(x) (x & 0xff)
-#define CORB_CLE_SHORT_1(x) ((x >> 8) & 0xff)
-#define CORB_CLE_SHORT_2(x) ((x >> 16) & 0xff)
-#define CORB_CLE_SHORT_3(x) ((x >> 24) & 0xff)
#define CORB_GET_PROCESSING_STATE 0xf03
#define CORB_SET_PROCESSING_STATE 0x703
#define CORB_GET_COEFFICIENT_INDEX 0xd00