Home
last modified time | relevance | path

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

/sound/soc/sunxi/
Dsun8i-codec.c502 u32 clk_reg; in sun8i_codec_hw_params() local
546 clk_reg = SUN8I_AIF_CLK_CTRL(SUN8I_CODEC_AIF2); in sun8i_codec_hw_params()
548 clk_reg = SUN8I_AIF_CLK_CTRL(dai->id); in sun8i_codec_hw_params()
551 regmap_update_bits(scodec->regmap, clk_reg, in sun8i_codec_hw_params()
560 regmap_update_bits(scodec->regmap, clk_reg, in sun8i_codec_hw_params()
/sound/soc/codecs/
Dda7219.c1935 u8 clk_reg; in da7219_wclk_is_prepared() local
1940 clk_reg = snd_soc_component_read(component, DA7219_DAI_CLK_MODE); in da7219_wclk_is_prepared()
1942 return !!(clk_reg & DA7219_DAI_CLK_EN_MASK); in da7219_wclk_is_prepared()