aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/dev
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2016-08-28 05:42:03 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2016-08-28 05:42:03 +0000
commitaebcd3034e9432efe1d24e803bd676ef7c529dc9 (patch)
treed9cb24ddc74b92e0f8fc84f5555661395465a4d0 /sys/contrib/dev
parent6da4c4c5c3fa0bb80b5cf3f610f441b9ea9b2675 (diff)
downloadsrc-aebcd3034e9432efe1d24e803bd676ef7c529dc9.tar.gz
src-aebcd3034e9432efe1d24e803bd676ef7c529dc9.zip
[ath_hal] add USB PHY control registers for hornet/AR9330.
Obtained from: linux ath9k
Notes
Notes: svn path=/head/; revision=304944
Diffstat (limited to 'sys/contrib/dev')
-rw-r--r--sys/contrib/dev/ath/ath_hal/ar9300/ar9300phy.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/contrib/dev/ath/ath_hal/ar9300/ar9300phy.h b/sys/contrib/dev/ath/ath_hal/ar9300/ar9300phy.h
index e372e746e7d6..b16fded36335 100644
--- a/sys/contrib/dev/ath/ath_hal/ar9300/ar9300phy.h
+++ b/sys/contrib/dev/ath/ath_hal/ar9300/ar9300phy.h
@@ -1883,6 +1883,12 @@
#define AR_PHY_PLL_BB_DPLL4 AR_PHY_65NM(overlay_0x16180.Osprey.ch0_bb_dpll4)
/*
+ * Wasp/Hornet PHY USB PLL control
+ */
+#define AR_PHY_USB_CTRL1 0x16c84
+#define AR_PHY_USB_CTRL2 0x16c88
+
+/*
* PMU Register Map
*/
#define AR_PHY_PMU(_field) offsetof(struct pmu_reg, _field)