Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/spi/
Dspi-tegra20-sflash.c70 #define SPI_BIT_LENGTH(x) (((x) & 0x1f) << 0) macro
283 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()
Dspi-tegra114.c39 #define SPI_BIT_LENGTH(x) (((x) & 0x1f) << 0) macro
686 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()