Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/ux500/
H A Dux500_msp_i2s.c123 temp_reg |= MSP_P2_FRAME_LEN_BITS(protdesc->tx_frame_len_2); in set_prot_desc_tx()
150 temp_reg |= MSP_P2_FRAME_LEN_BITS(protdesc->rx_frame_len_2); in set_prot_desc_rx()
H A Dux500_msp_i2s.h183 #define MSP_P2_FRAME_LEN_BITS(n) (((n) << P2FLEN_SHIFT) & P2FLEN_MASK) macro