Searched refs:SPI_MODE_SEL (Results 1 – 1 of 1) sorted by relevance
59 #define SPI_MODE_SEL(x) (((x) & 0x3) << 28) macro988 val |= SPI_MODE_SEL(spi->mode & 0x3); in tegra_spi_setup()