Home
last modified time | relevance | path

Searched refs:SR_SPI (Results 1 – 13 of 13) sorted by relevance

/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/control/
H A Ddb_control.v30 localparam [7:0] SR_SPI = SR_BASE + 8'd8; constant
130 if (set_stb & (set_addr == SR_SPI+2 /* Trigger address */)) begin
141 …simple_spi_core #(.BASE(SR_SPI), .WIDTH(NUM_SPI_SEN), .CLK_IDLE(0), .SEN_IDLE(8'hFF)) simple_spi_c…
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/usrp/b100/
H A Db100_regs.hpp33 localparam SR_SPI = 208; // 3 variable
H A Db100_impl.cpp225 fifo_ctrl_config.spi_base = TOREG(SR_SPI); in b100_impl()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp3/x300/
H A Dx300_defs.h33 static const int SR_SPI = 32; variable
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/usrp/b200/
H A Db200_regs.hpp27 localparam SR_SPI = 8; variable
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/usrp/dboard/magnesium/
H A Dmagnesium_constants.hpp105 static constexpr uint32_t SR_SPI = PERIPH_BASE + 168 * PERIPH_REG_OFFSET; variable
H A Dmagnesium_radio_control_init.cpp83 n310_regs::SR_SPI, in _init_peripherals()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/usrp/dboard/rhodium/
H A Drhodium_constants.hpp107 static constexpr uint32_t SR_SPI = PERIPH_BASE + 168 * PERIPH_REG_OFFSET; variable
H A Drhodium_radio_control_init.cpp144 n320_regs::SR_SPI, in _init_peripherals()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp2/top/B100/
H A Du1plus_core.v69 localparam SR_SPI = 208; // 3 constant
166 simple_spi_core #(.BASE(SR_SPI), .WIDTH(8), .CLK_IDLE(0), .SEN_IDLE(8'hff))
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/top/x300/
H A Dbus_int.v155 localparam SR_SPI = 8'd32; constant
376 simple_spi_core #(.BASE(SR_SPI), .WIDTH(1), .CLK_IDLE(0), .SEN_IDLE(1'b1)) misc_spi
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/radio_200/
H A Dradio_legacy.v123 localparam SR_SPI = 8'd8; constant
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/usrp/x300/
H A Dx300_radio_control.cpp92 static constexpr uint32_t SR_SPI = PERIPH_BASE + 168 * PERIPH_REG_OFFSET; variable
143 x300_regs::SR_SPI, in RFNOC_RADIO_CONSTRUCTOR()