Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/mmc/host/
Dmxs-mmc.c48 struct mxs_ssp ssp;
64 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_get_cd()
86 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_reset()
128 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_request_done()
180 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_irq_handler()
216 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_prep_dma()
250 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_bc()
284 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_ac()
357 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_adtc()
512 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_enable_sdio_irq()
[all …]
/linux-6.12.1/drivers/spi/
Dspi-mxs.c59 struct mxs_ssp ssp;
68 struct mxs_ssp *ssp = &spi->ssp; in mxs_spi_setup_transfer()
128 struct mxs_ssp *ssp = &spi->ssp; in mxs_ssp_wait()
155 struct mxs_ssp *ssp = dev_id; in mxs_ssp_irq_handler()
168 struct mxs_ssp *ssp = &spi->ssp; in mxs_spi_txrx_dma()
303 struct mxs_ssp *ssp = &spi->ssp; in mxs_spi_txrx_pio()
365 struct mxs_ssp *ssp = &spi->ssp; in mxs_spi_transfer_one()
445 struct mxs_ssp *ssp = &spi->ssp; in mxs_spi_runtime_suspend()
466 struct mxs_ssp *ssp = &spi->ssp; in mxs_spi_runtime_resume()
533 struct mxs_ssp *ssp; in mxs_spi_probe()
[all …]
/linux-6.12.1/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-6.12.1/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()