svn commit: r304944 - head/sys/contrib/dev/ath/ath_hal/ar9300

Adrian Chadd adrian at FreeBSD.org
Sun Aug 28 05:42:05 UTC 2016


Author: adrian
Date: Sun Aug 28 05:42:03 2016
New Revision: 304944
URL: https://svnweb.freebsd.org/changeset/base/304944

Log:
  [ath_hal] add USB PHY control registers for hornet/AR9330.
  
  Obtained from:	linux ath9k

Modified:
  head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300phy.h

Modified: head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300phy.h
==============================================================================
--- head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300phy.h	Sun Aug 28 05:18:39 2016	(r304943)
+++ head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300phy.h	Sun Aug 28 05:42:03 2016	(r304944)
@@ -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)


More information about the svn-src-all mailing list