Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/mmc/host/
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 …]
/Linux-v5.15/drivers/spi/
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 …]
/Linux-v5.15/include/linux/spi/
Dmxs-spi.h120 struct mxs_ssp { struct
133 void mxs_ssp_set_clk_rate(struct mxs_ssp *ssp, unsigned int rate); argument
/Linux-v5.15/drivers/clk/mxs/
Dclk-ssp.c21 void mxs_ssp_set_clk_rate(struct mxs_ssp *ssp, unsigned int rate) in mxs_ssp_set_clk_rate()