Lines Matching refs:mxic_spi
169 struct mxic_spi { struct
177 static int mxic_spi_clk_enable(struct mxic_spi *mxic) in mxic_spi_clk_enable() argument
197 static void mxic_spi_clk_disable(struct mxic_spi *mxic) in mxic_spi_clk_disable()
203 static void mxic_spi_set_input_delay_dqs(struct mxic_spi *mxic, u8 idly_code) in mxic_spi_set_input_delay_dqs()
217 static int mxic_spi_clk_setup(struct mxic_spi *mxic, unsigned long freq) in mxic_spi_clk_setup()
250 static int mxic_spi_set_freq(struct mxic_spi *mxic, unsigned long freq) in mxic_spi_set_freq()
271 static void mxic_spi_hw_init(struct mxic_spi *mxic) in mxic_spi_hw_init()
283 static int mxic_spi_data_xfer(struct mxic_spi *mxic, const void *txbuf, in mxic_spi_data_xfer()
355 struct mxic_spi *mxic = spi_master_get_devdata(mem->spi->master); in mxic_spi_mem_exec_op()
433 struct mxic_spi *mxic = spi_master_get_devdata(spi->master); in mxic_spi_set_cs()
452 struct mxic_spi *mxic = spi_master_get_devdata(master); in mxic_spi_transfer_one()
496 struct mxic_spi *mxic = spi_master_get_devdata(master); in mxic_spi_runtime_suspend()
507 struct mxic_spi *mxic = spi_master_get_devdata(master); in mxic_spi_runtime_resume()
528 struct mxic_spi *mxic; in mxic_spi_probe()
531 master = spi_alloc_master(&pdev->dev, sizeof(struct mxic_spi)); in mxic_spi_probe()