aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
authormichael-west <michael.west@ettus.com>2014-05-20 11:53:01 -0700
committermichael-west <michael.west@ettus.com>2014-05-20 11:53:01 -0700
commitab5aa84557a79ff537844f25226b22c0459f7348 (patch)
tree6beb6168f0b25d53d7b26ab447e139fa5480f0ae /host
parent01e5d630d9d5525b46d2814808a974084f1e13fb (diff)
downloaduhd-ab5aa84557a79ff537844f25226b22c0459f7348.tar.gz
uhd-ab5aa84557a79ff537844f25226b22c0459f7348.tar.bz2
uhd-ab5aa84557a79ff537844f25226b22c0459f7348.zip
Fixed whitespace and added comment.
Diffstat (limited to 'host')
-rw-r--r--host/lib/usrp/dboard/db_dbsrx2.cpp11
1 files changed, 6 insertions, 5 deletions
diff --git a/host/lib/usrp/dboard/db_dbsrx2.cpp b/host/lib/usrp/dboard/db_dbsrx2.cpp
index d4d1e8de1..1debe3c8f 100644
--- a/host/lib/usrp/dboard/db_dbsrx2.cpp
+++ b/host/lib/usrp/dboard/db_dbsrx2.cpp
@@ -279,9 +279,10 @@ double dbsrx2::set_lo_freq(double target_freq){
<< boost::format(" Actual Freq=%fMHz\n") % (_lo_freq/1e6)
<< std::endl;
- //send the registers
- send_reg(0x5, 0x7);
- send_reg(0x0, 0x4);
+ //send the registers 0x0 through 0x7
+ //writing register 0x4 (F divider LSB) starts the VCO auto seletion so it must be written last
+ send_reg(0x5, 0x7);
+ send_reg(0x0, 0x4);
//FIXME: probably unnecessary to call get_locked here
//get_locked();
@@ -305,7 +306,7 @@ static int gain_to_bbg_vga_reg(double &gain){
UHD_LOGV(often)
<< boost::format("DBSRX2 BBG Gain:\n")
- << boost::format(" %f dB, bbg: %d") % gain % reg
+ << boost::format(" %f dB, bbg: %d") % gain % reg
<< std::endl;
return reg;
@@ -330,7 +331,7 @@ static double gain_to_gc1_rfvga_dac(double &gain){
UHD_LOGV(often)
<< boost::format("DBSRX2 GC1 Gain:\n")
- << boost::format(" %f dB, dac_volts: %f V") % gain % dac_volts
+ << boost::format(" %f dB, dac_volts: %f V") % gain % dac_volts
<< std::endl;
//the actual gain setting