diff options
author | Martin Braun <martin.braun@ettus.com> | 2016-10-07 16:44:49 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-10-07 16:44:49 -0700 |
commit | 1b70b3e70df40aae4d1e53037212d77af2fdc4e4 (patch) | |
tree | dcde2a418b7cfb4672e5ef5e57bbf85ae3c2d4b1 /host/lib/ic_reg_maps | |
parent | 811444b126ed40aed115af4464422122afd0c607 (diff) | |
parent | 006c321c552781501bcb0cff9e156c991c24ce45 (diff) | |
download | uhd-1b70b3e70df40aae4d1e53037212d77af2fdc4e4.tar.gz uhd-1b70b3e70df40aae4d1e53037212d77af2fdc4e4.tar.bz2 uhd-1b70b3e70df40aae4d1e53037212d77af2fdc4e4.zip |
Merge branch 'maint'
Diffstat (limited to 'host/lib/ic_reg_maps')
-rwxr-xr-x | host/lib/ic_reg_maps/gen_max2871_regs.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/host/lib/ic_reg_maps/gen_max2871_regs.py b/host/lib/ic_reg_maps/gen_max2871_regs.py index f591c1636..f500d8aa8 100755 --- a/host/lib/ic_reg_maps/gen_max2871_regs.py +++ b/host/lib/ic_reg_maps/gen_max2871_regs.py @@ -74,6 +74,7 @@ counter_reset 0x02[3] 0 normal, reset vco 0x03[26:31] 0 ## VCO autoselect shutdown_vas 0x03[25] 0 enabled, disabled +## should actually be called vas_temp ... retune 0x03[24] 1 disabled, enabled res3 0x3[19:23] 0 csm 0x3[18] 0 disabled, enabled @@ -107,7 +108,9 @@ output_power 0x04[3:4] 3 m4dBm, m1dBm, 2dBm, 5dBm ## Misc ## Write only, default = 0x18400005 ######################################################################## -res5_26_31 0x05[26:31] 0x18 +res5_31 0x05[31] 0 +vas_dly 0x05[29:30] 3 disabled, res0, res1, enabled +res5_26_28 0x05[26:28] 0 shutdown_pll 0x05[25] 0 enabled, disabled f01 0x05[24] 1 frac_n, auto ld_pin_mode 0x05[22:23] 1 low, dld, ald, high |