Home
last modified time | relevance | path

Searched refs:mxs_ssp (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dmxs-mmc.c49 struct mxs_ssp ssp;
65 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_get_cd()
87 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_reset()
129 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_request_done()
181 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_irq_handler()
217 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_prep_dma()
251 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_bc()
285 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_ac()
358 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_adtc()
513 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_enable_sdio_irq()
[all …]
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-mxs.c58 struct mxs_ssp ssp;
67 struct mxs_ssp *ssp = &spi->ssp; in mxs_spi_setup_transfer()
127 struct mxs_ssp *ssp = &spi->ssp; in mxs_ssp_wait()
154 struct mxs_ssp *ssp = dev_id; in mxs_ssp_irq_handler()
167 struct mxs_ssp *ssp = &spi->ssp; in mxs_spi_txrx_dma()
302 struct mxs_ssp *ssp = &spi->ssp; in mxs_spi_txrx_pio()
364 struct mxs_ssp *ssp = &spi->ssp; in mxs_spi_transfer_one()
444 struct mxs_ssp *ssp = &spi->ssp; in mxs_spi_runtime_suspend()
465 struct mxs_ssp *ssp = &spi->ssp; in mxs_spi_runtime_resume()
533 struct mxs_ssp *ssp; in mxs_spi_probe()
[all …]
/OK3568_Linux_fs/kernel/include/linux/spi/
H A Dmxs-spi.h120 struct mxs_ssp { struct
133 void mxs_ssp_set_clk_rate(struct mxs_ssp *ssp, unsigned int rate); argument
/OK3568_Linux_fs/kernel/drivers/clk/mxs/
H A Dclk-ssp.c21 void mxs_ssp_set_clk_rate(struct mxs_ssp *ssp, unsigned int rate) in mxs_ssp_set_clk_rate()