Home
last modified time | relevance | path

Searched refs:tx_data_delay (Results 1 – 3 of 3) sorted by relevance

/linux/sound/soc/ux500/
H A Dux500_msp_dai.c244 prot_desc->tx_data_delay = MSP_DELAY_1; in setup_pcm_protdesc()
251 prot_desc->tx_data_delay = MSP_DELAY_0; in setup_pcm_protdesc()
287 prot_desc->tx_data_delay = MSP_DELAY_0; in setup_i2s_protdesc()
H A Dux500_msp_i2s.h425 u32 tx_data_delay; member
H A Dux500_msp_i2s.c131 temp_reg |= MSP_DATA_DELAY_BITS(protdesc->tx_data_delay); in set_prot_desc_tx()