Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-tegra114.c32 #define SPI_BOTH_EN_BIT (1 << 14) macro
875 command1 |= SPI_BOTH_EN_BIT; in tegra_spi_start_transfer_one()
877 command1 &= ~SPI_BOTH_EN_BIT; in tegra_spi_start_transfer_one()