Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/codecs/
Drt298.c788 RT298_I2S_CTRL1, 0x0018, d_len_code << 3); in rt298_hw_params()
804 RT298_I2S_CTRL1, 0x800, 0x800); in rt298_set_dai_fmt()
808 RT298_I2S_CTRL1, 0x800, 0x0); in rt298_set_dai_fmt()
817 RT298_I2S_CTRL1, 0x300, 0x0); in rt298_set_dai_fmt()
821 RT298_I2S_CTRL1, 0x300, 0x1 << 8); in rt298_set_dai_fmt()
825 RT298_I2S_CTRL1, 0x300, 0x2 << 8); in rt298_set_dai_fmt()
829 RT298_I2S_CTRL1, 0x300, 0x3 << 8); in rt298_set_dai_fmt()
912 RT298_I2S_CTRL1, 0x1000, 0x1000); in rt298_set_bclk_ratio()
915 RT298_I2S_CTRL1, 0x1000, 0x0); in rt298_set_bclk_ratio()
Drt298.h134 #define RT298_I2S_CTRL1 0x09 macro