STM32F4_SPI_DR 330 drivers/spi/spi-stm32.c .rx = { STM32F4_SPI_DR }, STM32F4_SPI_DR 331 drivers/spi/spi-stm32.c .tx = { STM32F4_SPI_DR }, STM32F4_SPI_DR 511 drivers/spi/spi-stm32.c writew_relaxed(*tx_buf16, spi->base + STM32F4_SPI_DR); STM32F4_SPI_DR 516 drivers/spi/spi-stm32.c writeb_relaxed(*tx_buf8, spi->base + STM32F4_SPI_DR); STM32F4_SPI_DR 575 drivers/spi/spi-stm32.c *rx_buf16 = readw_relaxed(spi->base + STM32F4_SPI_DR); STM32F4_SPI_DR 580 drivers/spi/spi-stm32.c *rx_buf8 = readb_relaxed(spi->base + STM32F4_SPI_DR); STM32F4_SPI_DR 688 drivers/spi/spi-stm32.c readl_relaxed(spi->base + STM32F4_SPI_DR); STM32F4_SPI_DR 827 drivers/spi/spi-stm32.c readl_relaxed(spi->base + STM32F4_SPI_DR);