Searched refs:SLINK_BIT_LENGTH (Results 1 – 1 of 1) sorted by relevance
30 #define SLINK_BIT_LENGTH(x) (((x) & 0x1f) << 0) macro697 command &= ~SLINK_BIT_LENGTH(~0); in tegra_slink_start_transfer_one()698 command |= SLINK_BIT_LENGTH(bits_per_word - 1); in tegra_slink_start_transfer_one()