Searched refs:SPI_BIT_LENGTH (Results 1 – 2 of 2) sorted by relevance
59 #define SPI_BIT_LENGTH(x) (((x) & 0x1f) << 0) macro272 command |= SPI_BIT_LENGTH(t->bits_per_word - 1); in tegra_sflash_start_transfer_one()286 command &= ~SPI_BIT_LENGTH(~0); in tegra_sflash_start_transfer_one()287 command |= SPI_BIT_LENGTH(t->bits_per_word - 1); in tegra_sflash_start_transfer_one()
28 #define SPI_BIT_LENGTH(x) (((x) & 0x1f) << 0) macro791 command1 |= SPI_BIT_LENGTH(bits_per_word - 1); in tegra_spi_setup_transfer_one()851 command1 &= ~SPI_BIT_LENGTH(~0); in tegra_spi_setup_transfer_one()852 command1 |= SPI_BIT_LENGTH(bits_per_word - 1); in tegra_spi_setup_transfer_one()