Kludge Tracker: Gnuradio - v3.4.0-101-g7e2b45b
Parent Directory
(gnuradio/usrp/host/lib)
Kludge Summary of gnuradio/usrp/host/lib/limbo
| Total Kludges |
1 |
| Total Subdirs |
0 |
All Directories within gnuradio/usrp/host/lib/limbo
All Files within gnuradio/usrp/host/lib/limbo
Kludge Snippets in gnuradio/usrp/host/lib/limbo
gnuradio/usrp/host/lib/limbo/db_wbx.cc
| Category |
FIXME |
| Committer |
jcorgan |
| Commit ID |
72c625f7e50b65dc3b642112762e9eb1d633bd42 |
61
62 d_first = true;
63 d_spi_format = SPI_FMT_MSB | SPI_FMT_HDR_0;
64
65 // FIXME -- the write reg functions don't work with 0xffff for masks
66 _rx_write_oe(int(PLL_ENABLE|MReset|SELA0|SELA1|SELB0|SELB1|RX2_RX1N|RXENABLE), 0x7fff);
67 _rx_write_io((PLL_ENABLE|MReset|0|RXENABLE), (PLL_ENABLE|MReset|RX2_RX1N|RXENABLE));
68
69 _tx_write_oe((TX_POWER|RX_TXN|TX_ENB_MIX|TX_ENB_VGA), 0x7fff);