Lines Matching defs:i2s

58 static void configure_data_sizes(mxc_i2s_reva_regs_t *i2s, uint8_t bits_word, uint8_t smp_sz,  in configure_data_sizes()
85 int MXC_I2S_RevA_Init(mxc_i2s_reva_regs_t *i2s, mxc_i2s_req_t *req) in MXC_I2S_RevA_Init()
117 int MXC_I2S_RevA_Shutdown(mxc_i2s_reva_regs_t *i2s) in MXC_I2S_RevA_Shutdown()
137 int MXC_I2S_RevA_ConfigData(mxc_i2s_reva_regs_t *i2s, mxc_i2s_req_t *req) in MXC_I2S_RevA_ConfigData()
212 void MXC_I2S_RevA_TXEnable(mxc_i2s_reva_regs_t *i2s) in MXC_I2S_RevA_TXEnable()
218 void MXC_I2S_RevA_TXDisable(mxc_i2s_reva_regs_t *i2s) in MXC_I2S_RevA_TXDisable()
224 void MXC_I2S_RevA_RXEnable(mxc_i2s_reva_regs_t *i2s) in MXC_I2S_RevA_RXEnable()
230 void MXC_I2S_RevA_RXDisable(mxc_i2s_reva_regs_t *i2s) in MXC_I2S_RevA_RXDisable()
236 int MXC_I2S_RevA_SetRXThreshold(mxc_i2s_reva_regs_t *i2s, uint8_t threshold) in MXC_I2S_RevA_SetRXThreshold()
247 int MXC_I2S_RevA_SetFrequency(mxc_i2s_reva_regs_t *i2s, mxc_i2s_ch_mode_t mode, uint16_t clkdiv) in MXC_I2S_RevA_SetFrequency()
261 int MXC_I2S_RevA_SetSampleRate(mxc_i2s_reva_regs_t *i2s, uint32_t smpl_rate, in MXC_I2S_RevA_SetSampleRate()
278 int MXC_I2S_RevA_GetSampleRate(mxc_i2s_reva_regs_t *i2s, uint32_t src_clk) in MXC_I2S_RevA_GetSampleRate()
306 int MXC_I2S_RevA_CalculateClockDiv(mxc_i2s_reva_regs_t *i2s, uint32_t smpl_rate, in MXC_I2S_RevA_CalculateClockDiv()
335 void MXC_I2S_RevA_Flush(mxc_i2s_reva_regs_t *i2s) in MXC_I2S_RevA_Flush()
364 int MXC_I2S_RevA_FillTXFIFO(mxc_i2s_reva_regs_t *i2s, void *txData, mxc_i2s_wsize_t wordSize, in MXC_I2S_RevA_FillTXFIFO()
393 static void read_rx_fifo(mxc_i2s_reva_regs_t *i2s, void *rxData, mxc_i2s_wsize_t wordSize, int cnt) in read_rx_fifo()
415 int MXC_I2S_RevA_ReadRXFIFO(mxc_i2s_reva_regs_t *i2s, void *rxData, mxc_i2s_wsize_t wordSize, in MXC_I2S_RevA_ReadRXFIFO()
442 void MXC_I2S_RevA_EnableInt(mxc_i2s_reva_regs_t *i2s, uint32_t flags) in MXC_I2S_RevA_EnableInt()
447 void MXC_I2S_RevA_DisableInt(mxc_i2s_reva_regs_t *i2s, uint32_t flags) in MXC_I2S_RevA_DisableInt()
452 int MXC_I2S_RevA_GetFlags(mxc_i2s_reva_regs_t *i2s) in MXC_I2S_RevA_GetFlags()
457 void MXC_I2S_RevA_ClearFlags(mxc_i2s_reva_regs_t *i2s, uint32_t flags) in MXC_I2S_RevA_ClearFlags()
462 int MXC_I2S_RevA_Transaction(mxc_i2s_reva_regs_t *i2s, mxc_i2s_req_t *i2s_req) in MXC_I2S_RevA_Transaction()
524 int MXC_I2S_RevA_TransactionAsync(mxc_i2s_reva_regs_t *i2s, mxc_i2s_req_t *i2s_req) in MXC_I2S_RevA_TransactionAsync()
588 int MXC_I2S_RevA_TXDMAConfig(mxc_i2s_reva_regs_t *i2s, void *src_addr, int len) in MXC_I2S_RevA_TXDMAConfig()
665 int MXC_I2S_RevA_RXDMAConfig(mxc_i2s_reva_regs_t *i2s, void *dest_addr, int len) in MXC_I2S_RevA_RXDMAConfig()
742 void MXC_I2S_RevA_Handler(mxc_i2s_reva_regs_t *i2s) in MXC_I2S_RevA_Handler()