Home
last modified time | relevance | path

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

/drivers/mmc/host/
A Dowl-mmc.c163 owl_host->mrq = NULL; in owl_mmc_finish_request()
237 owl_host->cmd = cmd; in owl_mmc_send_cmd()
320 dmaengine_slave_config(owl_host->dma, &owl_host->dma_cfg); in owl_mmc_prepare_data()
321 owl_host->desc = dmaengine_prep_slave_sg(owl_host->dma, data->sg, in owl_mmc_prepare_data()
326 if (!owl_host->desc) { in owl_mmc_prepare_data()
331 owl_host->data = data; in owl_mmc_prepare_data()
334 owl_host->desc->callback_param = (void *)owl_host; in owl_mmc_prepare_data()
346 owl_host->mrq = mrq; in owl_mmc_request()
579 owl_host->mmc = mmc; in owl_mmc_probe()
633 ret = owl_host->irq; in owl_mmc_probe()
[all …]

Completed in 7 milliseconds