From 920198556e35edb86c081598ce757a06e12d7711 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Wed, 13 Nov 2019 17:49:53 -0800 Subject: mg/rh/rfnoc: Harmonize peripheral registers - Move the SPI addresses out of radio_control_impl - Fix the GPIO address spaces for N310/N300 --- host/lib/include/uhdlib/rfnoc/radio_control_impl.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'host/lib/include/uhdlib') diff --git a/host/lib/include/uhdlib/rfnoc/radio_control_impl.hpp b/host/lib/include/uhdlib/rfnoc/radio_control_impl.hpp index 72ed39824..4864707e1 100644 --- a/host/lib/include/uhdlib/rfnoc/radio_control_impl.hpp +++ b/host/lib/include/uhdlib/rfnoc/radio_control_impl.hpp @@ -230,9 +230,6 @@ public: static const uint32_t RX_CMD_TIMED_POS = 31; - static const uint32_t REG_SPI_W = 0x80000 + 168*8; // FIXME - static const uint32_t REG_SPI_R = 0x80000 + 17*8; // FIXME - static const uint32_t PERIPH_BASE = 0x80000; static const uint32_t PERIPH_REG_OFFSET = 8; -- cgit v1.2.3