Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Dmxs-mmc.c63 struct mxs_ssp ssp;
79 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_get_cd()
101 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_reset()
143 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_request_done()
195 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_irq_handler()
231 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_prep_dma()
265 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_bc()
299 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_ac()
372 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_adtc()
527 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_enable_sdio_irq()
[all …]
/Linux-v4.19/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()
440 struct mxs_ssp *ssp = &spi->ssp; in mxs_spi_runtime_suspend()
461 struct mxs_ssp *ssp = &spi->ssp; in mxs_spi_runtime_resume()
529 struct mxs_ssp *ssp; in mxs_spi_probe()
[all …]
/Linux-v4.19/include/linux/spi/
Dmxs-spi.h129 struct mxs_ssp { struct
142 void mxs_ssp_set_clk_rate(struct mxs_ssp *ssp, unsigned int rate); argument
/Linux-v4.19/drivers/clk/mxs/
Dclk-ssp.c27 void mxs_ssp_set_clk_rate(struct mxs_ssp *ssp, unsigned int rate) in mxs_ssp_set_clk_rate()