Searched refs:SPI_BIT_LENGTH (Results 1 – 2 of 2) sorted by relevance
70 #define SPI_BIT_LENGTH(x) (((x) & 0x1f) << 0) macro283 command |= SPI_BIT_LENGTH(t->bits_per_word - 1); in tegra_sflash_start_transfer_one()297 command &= ~SPI_BIT_LENGTH(~0); in tegra_sflash_start_transfer_one()298 command |= SPI_BIT_LENGTH(t->bits_per_word - 1); in tegra_sflash_start_transfer_one()
39 #define SPI_BIT_LENGTH(x) (((x) & 0x1f) << 0) macro686 command1 |= SPI_BIT_LENGTH(bits_per_word - 1); in tegra_spi_setup_transfer_one()715 command1 &= ~SPI_BIT_LENGTH(~0); in tegra_spi_setup_transfer_one()716 command1 |= SPI_BIT_LENGTH(bits_per_word - 1); in tegra_spi_setup_transfer_one()