Searched refs:QSPI_BIT_LENGTH (Results 1 – 1 of 1) sorted by relevance
26 #define QSPI_BIT_LENGTH(x) (((x) & 0x1f) << 0) macro784 command1 |= QSPI_BIT_LENGTH(bits_per_word - 1); in tegra_qspi_setup_transfer_one()811 command1 &= ~QSPI_BIT_LENGTH(~0); in tegra_qspi_setup_transfer_one()812 command1 |= QSPI_BIT_LENGTH(bits_per_word - 1); in tegra_qspi_setup_transfer_one()