Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dcs35l35.c48 {CS35L35_CLK_CTL1, 0x04},
126 case CS35L35_CLK_CTL1 ... CS35L35_SP_FMT_CTL3: in cs35l35_readable_register()
199 regmap_update_bits(cs35l35->regmap, CS35L35_CLK_CTL1, in cs35l35_sdin_event()
221 regmap_update_bits(cs35l35->regmap, CS35L35_CLK_CTL1, in cs35l35_sdin_event()
373 regmap_update_bits(cs35l35->regmap, CS35L35_CLK_CTL1, in cs35l35_set_dai_fmt()
378 regmap_update_bits(cs35l35->regmap, CS35L35_CLK_CTL1, in cs35l35_set_dai_fmt()
752 ret = regmap_update_bits(cs35l35->regmap, CS35L35_CLK_CTL1, in cs35l35_component_set_sysclk()
886 regmap_update_bits(cs35l35->regmap, CS35L35_CLK_CTL1, in cs35l35_component_probe()
H A Dcs35l35.h24 #define CS35L35_CLK_CTL1 0x0A /* Clocking Ctl 1 */ macro