Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/mmc/host/
Dowl-mmc.c137 struct owl_mmc_host *owl_host = devid; in owl_irq_handler() local
140 spin_lock(&owl_host->lock); in owl_irq_handler()
142 state = readl(owl_host->base + OWL_REG_SD_STATE); in owl_irq_handler()
144 state = readl(owl_host->base + OWL_REG_SD_STATE); in owl_irq_handler()
146 writel(state, owl_host->base + OWL_REG_SD_STATE); in owl_irq_handler()
147 complete(&owl_host->sdc_complete); in owl_irq_handler()
150 spin_unlock(&owl_host->lock); in owl_irq_handler()
155 static void owl_mmc_finish_request(struct owl_mmc_host *owl_host) in owl_mmc_finish_request() argument
157 struct mmc_request *mrq = owl_host->mrq; in owl_mmc_finish_request()
163 owl_host->mrq = NULL; in owl_mmc_finish_request()
[all …]