Searched refs:QSPI_BIT_LENGTH (Results 1 – 1 of 1) sorted by relevance
27 #define QSPI_BIT_LENGTH(x) (((x) & 0x1f) << 0) macro834 command1 |= QSPI_BIT_LENGTH(bits_per_word - 1); in tegra_qspi_setup_transfer_one()861 command1 &= ~QSPI_BIT_LENGTH(~0); in tegra_qspi_setup_transfer_one()862 command1 |= QSPI_BIT_LENGTH(bits_per_word - 1); in tegra_qspi_setup_transfer_one()