Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/ux500/
H A Dux500_msp_i2s.c131 temp_reg |= MSP_DATA_DELAY_BITS(protdesc->tx_data_delay); in set_prot_desc_tx()
159 temp_reg |= MSP_DATA_DELAY_BITS(protdesc->rx_data_delay); in set_prot_desc_rx()
H A Dux500_msp_i2s.h184 #define MSP_DATA_DELAY_BITS(n) (((n) << DDLY_SHIFT) & DDLY_MASK) macro