Home
last modified time | relevance | path

Searched refs:MSP_DATA_DELAY_BITS (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/sound/soc/ux500/
H A Dux500_msp_i2s.h187 #define MSP_DATA_DELAY_BITS(n) (((n) << DDLY_SHIFT) & DDLY_MASK) macro
H A Dux500_msp_i2s.c134 temp_reg |= MSP_DATA_DELAY_BITS(protdesc->tx_data_delay); in set_prot_desc_tx()
162 temp_reg |= MSP_DATA_DELAY_BITS(protdesc->rx_data_delay); in set_prot_desc_rx()

Completed in 5 milliseconds