Searched refs:i2s_config_reg (Results 1 – 1 of 1) sorted by relevance
683 static int sii902x_select_mclk_div(u8 *i2s_config_reg, unsigned int rate, in sii902x_select_mclk_div() argument702 *i2s_config_reg |= nearest << 4; in sii902x_select_mclk_div()725 u8 i2s_config_reg = SII902X_TPI_I2S_SD_DIRECTION_MSB_FIRST; in sii902x_audio_hw_params() local741 i2s_config_reg |= SII902X_TPI_I2S_FIRST_BIT_SHIFT_YES | in sii902x_audio_hw_params()745 i2s_config_reg |= SII902X_TPI_I2S_SD_JUSTIFY_RIGHT; in sii902x_audio_hw_params()748 i2s_config_reg |= SII902X_TPI_I2S_SD_JUSTIFY_LEFT; in sii902x_audio_hw_params()757 i2s_config_reg |= SII902X_TPI_I2S_SCK_EDGE_FALLING; in sii902x_audio_hw_params()759 i2s_config_reg |= SII902X_TPI_I2S_SCK_EDGE_RISING; in sii902x_audio_hw_params()762 i2s_config_reg |= SII902X_TPI_I2S_WS_POLARITY_LOW; in sii902x_audio_hw_params()764 i2s_config_reg |= SII902X_TPI_I2S_WS_POLARITY_HIGH; in sii902x_audio_hw_params()[all …]