Searched refs:SPI_BIT_LENGTH (Results 1 – 1 of 1) sorted by relevance
27 #define SPI_BIT_LENGTH(x) (((x) & 0x1f) << 0) macro 798 command1 |= SPI_BIT_LENGTH(bits_per_word - 1); in tegra_spi_setup_transfer_one() 858 command1 &= ~SPI_BIT_LENGTH(~0); in tegra_spi_setup_transfer_one() 859 command1 |= SPI_BIT_LENGTH(bits_per_word - 1); in tegra_spi_setup_transfer_one()