Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/ux500/
H A Dux500_msp_i2s.c134 temp_reg |= MSP_DATA_WORD_SWAP(protdesc->tx_half_word_swap); in set_prot_desc_tx()
162 temp_reg |= MSP_DATA_WORD_SWAP(protdesc->rx_half_word_swap); in set_prot_desc_rx()
H A Dux500_msp_i2s.h190 #define MSP_DATA_WORD_SWAP(n) ((n << TBSWAP_SHIFT) & TBSWAP_MASK) macro