From aebcd3034e9432efe1d24e803bd676ef7c529dc9 Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Sun, 28 Aug 2016 05:42:03 +0000 Subject: [PATCH] [ath_hal] add USB PHY control registers for hornet/AR9330. Obtained from: linux ath9k --- sys/contrib/dev/ath/ath_hal/ar9300/ar9300phy.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sys/contrib/dev/ath/ath_hal/ar9300/ar9300phy.h b/sys/contrib/dev/ath/ath_hal/ar9300/ar9300phy.h index e372e746e7d..b16fded3633 100644 --- a/sys/contrib/dev/ath/ath_hal/ar9300/ar9300phy.h +++ b/sys/contrib/dev/ath/ath_hal/ar9300/ar9300phy.h @@ -1882,6 +1882,12 @@ #define AR_PHY_PLL_BB_DPLL3 AR_PHY_65NM(overlay_0x16180.Osprey.ch0_bb_dpll3) #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 */