Lines Matching refs:pdm_tx
187 i2s_ll_tx_set_pdm_prescale(hal->dev, slot_cfg->pdm_tx.sd_prescale); in i2s_hal_pdm_set_tx_slot()
188 i2s_ll_tx_set_pdm_hp_scale(hal->dev, slot_cfg->pdm_tx.hp_scale); in i2s_hal_pdm_set_tx_slot()
189 i2s_ll_tx_set_pdm_lp_scale(hal->dev, slot_cfg->pdm_tx.lp_scale); in i2s_hal_pdm_set_tx_slot()
190 i2s_ll_tx_set_pdm_sinc_scale(hal->dev, slot_cfg->pdm_tx.sinc_scale); in i2s_hal_pdm_set_tx_slot()
191 i2s_ll_tx_set_pdm_sd_scale(hal->dev, slot_cfg->pdm_tx.sd_scale); in i2s_hal_pdm_set_tx_slot()
199 i2s_ll_tx_select_pdm_slot(hal->dev, slot_cfg->pdm_tx.slot_mask & I2S_STD_SLOT_BOTH, is_mono); in i2s_hal_pdm_set_tx_slot()
204 i2s_ll_tx_pdm_line_mode(hal->dev, slot_cfg->pdm_tx.line_mode); in i2s_hal_pdm_set_tx_slot()
216 float expt_cut_off = slot_cfg->pdm_tx.hp_cut_off_freq_hz; in i2s_hal_pdm_set_tx_slot()
225 i2s_ll_tx_enable_pdm_hp_filter(hal->dev, slot_cfg->pdm_tx.hp_en); in i2s_hal_pdm_set_tx_slot()
228 i2s_ll_tx_set_pdm_sd_dither(hal->dev, slot_cfg->pdm_tx.sd_dither); in i2s_hal_pdm_set_tx_slot()
229 i2s_ll_tx_set_pdm_sd_dither2(hal->dev, slot_cfg->pdm_tx.sd_dither2); in i2s_hal_pdm_set_tx_slot()