Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/ux500/
H A Dux500_msp_dai.c240 prot_desc->rx_clk_pol = MSP_RISING_EDGE; in setup_pcm_protdesc()
247 prot_desc->rx_clk_pol = MSP_FALLING_EDGE; in setup_pcm_protdesc()
283 prot_desc->rx_clk_pol = MSP_RISING_EDGE; in setup_i2s_protdesc()
H A Dux500_msp_i2s.h426 u32 rx_clk_pol; member
H A Dux500_msp_i2s.c207 temp_reg |= MSP_RX_CLKPOL_BIT(protdesc->rx_clk_pol); in configure_protocol()