Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/spi/
Dspi-qup.c40 #define SPI_IO_CONTROL 0x0304 macro
808 control = readl_relaxed(controller->base + SPI_IO_CONTROL); in spi_qup_io_config()
815 writel_relaxed(control, controller->base + SPI_IO_CONTROL); in spi_qup_io_config()
1011 spi_ioc = readl_relaxed(controller->base + SPI_IO_CONTROL); in spi_qup_set_cs()
1019 writel_relaxed(spi_ioc, controller->base + SPI_IO_CONTROL); in spi_qup_set_cs()
1185 writel_relaxed(SPI_IO_C_NO_TRI_STATE, base + SPI_IO_CONTROL); in spi_qup_probe()