mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
[ath_hal] add USB PHY control registers for hornet/AR9330.
Obtained from: linux ath9k
This commit is contained in:
parent
6da4c4c5c3
commit
aebcd3034e
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue