Searched refs:STM32_SPI_TXDR (Results 1 – 1 of 1) sorted by relevance
44 #define STM32_SPI_TXDR 0x20 macro207 writeb_relaxed(++count, spi->base + STM32_SPI_TXDR); in stm32_spi_get_fifo_size()324 writel_relaxed(*tx_buf32, spi->base + STM32_SPI_TXDR); in stm32_spi_write_txfifo()329 writew_relaxed(*tx_buf16, spi->base + STM32_SPI_TXDR); in stm32_spi_write_txfifo()334 writeb_relaxed(*tx_buf8, spi->base + STM32_SPI_TXDR); in stm32_spi_write_txfifo()700 dma_conf->dst_addr = spi->phys_addr + STM32_SPI_TXDR; in stm32_spi_dma_config()