Home
last modified time | relevance | path

Searched refs:SPI_CS_SW_VAL (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-tegra114.c42 #define SPI_CS_SW_VAL (1 << 20) macro
839 command1 &= ~(SPI_CS_SW_HW | SPI_CS_SW_VAL); in tegra_spi_setup_transfer_one()
844 command1 |= SPI_CS_SW_VAL; in tegra_spi_setup_transfer_one()
846 command1 &= ~SPI_CS_SW_VAL; in tegra_spi_setup_transfer_one()
1011 tspi->command1_reg |= SPI_CS_SW_VAL; in tegra_spi_transfer_end()
1013 tspi->command1_reg &= ~SPI_CS_SW_VAL; in tegra_spi_transfer_end()
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-tegra114.c41 #define SPI_CS_SW_VAL (1 << 20) macro
834 command1 &= ~(SPI_CS_SW_HW | SPI_CS_SW_VAL); in tegra_spi_setup_transfer_one()
839 command1 |= SPI_CS_SW_VAL; in tegra_spi_setup_transfer_one()
841 command1 &= ~SPI_CS_SW_VAL; in tegra_spi_setup_transfer_one()
1005 tspi->command1_reg |= SPI_CS_SW_VAL; in tegra_spi_transfer_end()
1007 tspi->command1_reg &= ~SPI_CS_SW_VAL; in tegra_spi_transfer_end()

Completed in 5 milliseconds