summaryrefslogtreecommitdiff
path: root/src/soc/intel/braswell
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/braswell')
-rw-r--r--src/soc/intel/braswell/include/soc/hda.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/soc/intel/braswell/include/soc/hda.h b/src/soc/intel/braswell/include/soc/hda.h
deleted file mode 100644
index c418f5c682..0000000000
--- a/src/soc/intel/braswell/include/soc/hda.h
+++ /dev/null
@@ -1,27 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-
-#ifndef _SOC_HDA_H_
-#define _SOC_HDA_H_
-
-/*
- * PCI config registers.
- */
-
-#define HDA_DCKSTS 0x4d
-# define HDA_DCKSTS_DS (1 << 7)
-# define HDA_DCKSTS_DM (1 << 0)
-
-#define HDA_DEVC 0x78
-# define HDA_DEVC_MRRS 0x7000
-# define HDA_DEVC_NSNPEN (1 << 11)
-# define HDA_DEVC_AUXPEN (1 << 10)
-# define HDA_DEVC_PEEN (1 << 9)
-# define HDA_DEVC_ETEN (1 << 8)
-# define HDA_DEVC_MAXPAY 0x00e0
-# define HDA_DEVC_ROEN (1 << 4)
-# define HDA_DEVC_URREN (1 << 3)
-# define HDA_DEVC_FEREN (1 << 2)
-# define HDA_DEVC_NFEREN (1 << 1)
-# define HDA_DEVC_CEREN (1 << 0)
-
-#endif /* _SOC_HDA_H_ */