Home
last modified time | relevance | path

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

/drivers/spi/
Dspi-tegra20-sflash.c59 #define SPI_BIT_LENGTH(x) (((x) & 0x1f) << 0) macro
272 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()
Dspi-tegra114.c28 #define SPI_BIT_LENGTH(x) (((x) & 0x1f) << 0) macro
791 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()