Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/codecs/
Dcs35l33.c237 val = priv->is_tdm_mode ? 0 : CS35L33_PDN_TDM; in cs35l33_sdin_event()
239 CS35L33_PDN_TDM, val); in cs35l33_sdin_event()
253 CS35L33_PDN_TDM, CS35L33_PDN_TDM); in cs35l33_sdin_event()
272 unsigned int mask = CS35L33_SDOUT_3ST_I2S | CS35L33_PDN_TDM; in cs35l33_sdout_event()
285 val = CS35L33_PDN_TDM; in cs35l33_sdout_event()
292 val = CS35L33_SDOUT_3ST_I2S | CS35L33_PDN_TDM; in cs35l33_sdout_event()
Dcs35l33.h86 #define CS35L33_PDN_TDM (1 << CS35L33_PDN_TDM_SHIFT) macro