aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bhnd/cores
diff options
context:
space:
mode:
authorLandon J. Fuller <landonf@FreeBSD.org>2016-09-04 00:58:19 +0000
committerLandon J. Fuller <landonf@FreeBSD.org>2016-09-04 00:58:19 +0000
commit111d7cb2e34311625c8fa8791a355e58bf233a06 (patch)
tree23cc3ee73bbb5086a3fe7d37728a2a99d72c6606 /sys/dev/bhnd/cores
parent3da0f3c9ae77569dee5f771b6ea62a866e51228c (diff)
Notes
Diffstat (limited to 'sys/dev/bhnd/cores')
-rw-r--r--sys/dev/bhnd/cores/chipc/chipcreg.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/dev/bhnd/cores/chipc/chipcreg.h b/sys/dev/bhnd/cores/chipc/chipcreg.h
index 58be59587eec4..db444bbbb10f6 100644
--- a/sys/dev/bhnd/cores/chipc/chipcreg.h
+++ b/sys/dev/bhnd/cores/chipc/chipcreg.h
@@ -25,12 +25,6 @@
#ifndef _BHND_CORES_CHIPC_CHIPCREG_H_
#define _BHND_CORES_CHIPC_CHIPCREG_H_
-#define CHIPC_CHIPID_SIZE 0x100 /**< size of the register block
- containing the chip
- identification registers
- required during bus
- enumeration */
-
/** Evaluates to true if the given ChipCommon core revision supports
* the CHIPC_CORECTRL register */
#define CHIPC_HWREV_HAS_CORECTRL(hwrev) ((hwrev) >= 1)