Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-tegra210-quad.c37 #define QSPI_CS_SW_VAL BIT(20) macro
844 command1 |= QSPI_CS_SW_VAL; in tegra_qspi_setup_transfer_one()
846 command1 &= ~QSPI_CS_SW_VAL; in tegra_qspi_setup_transfer_one()
1012 tqspi->command1_reg |= QSPI_CS_SW_VAL; in tegra_qspi_transfer_end()
1014 tqspi->command1_reg &= ~QSPI_CS_SW_VAL; in tegra_qspi_transfer_end()
1612 tqspi->def_command1_reg = QSPI_M_S | QSPI_CS_SW_HW | QSPI_CS_SW_VAL; in tegra_qspi_probe()