Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-qup.c37 #define SPI_IO_CONTROL 0x0304 macro
779 control = readl_relaxed(controller->base + SPI_IO_CONTROL); in spi_qup_io_config()
786 writel_relaxed(control, controller->base + SPI_IO_CONTROL); in spi_qup_io_config()
982 spi_ioc = readl_relaxed(controller->base + SPI_IO_CONTROL); in spi_qup_set_cs()
990 writel_relaxed(spi_ioc, controller->base + SPI_IO_CONTROL); in spi_qup_set_cs()
1140 writel_relaxed(SPI_IO_C_NO_TRI_STATE, base + SPI_IO_CONTROL); in spi_qup_probe()