Searched refs:i2s_config_reg (Results 1 – 1 of 1) sorted by relevance
464 static int sii902x_select_mclk_div(u8 *i2s_config_reg, unsigned int rate, in sii902x_select_mclk_div() argument483 *i2s_config_reg |= nearest << 4; in sii902x_select_mclk_div()506 u8 i2s_config_reg = SII902X_TPI_I2S_SD_DIRECTION_MSB_FIRST; in sii902x_audio_hw_params() local522 i2s_config_reg |= SII902X_TPI_I2S_FIRST_BIT_SHIFT_YES | in sii902x_audio_hw_params()526 i2s_config_reg |= SII902X_TPI_I2S_SD_JUSTIFY_RIGHT; in sii902x_audio_hw_params()529 i2s_config_reg |= SII902X_TPI_I2S_SD_JUSTIFY_LEFT; in sii902x_audio_hw_params()538 i2s_config_reg |= SII902X_TPI_I2S_SCK_EDGE_FALLING; in sii902x_audio_hw_params()540 i2s_config_reg |= SII902X_TPI_I2S_SCK_EDGE_RISING; in sii902x_audio_hw_params()543 i2s_config_reg |= SII902X_TPI_I2S_WS_POLARITY_LOW; in sii902x_audio_hw_params()545 i2s_config_reg |= SII902X_TPI_I2S_WS_POLARITY_HIGH; in sii902x_audio_hw_params()[all …]