Searched refs:owl_host (Results 1 – 1 of 1) sorted by relevance
137 struct owl_mmc_host *owl_host = devid; in owl_irq_handler() local140 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() argument157 struct mmc_request *mrq = owl_host->mrq; in owl_mmc_finish_request()163 owl_host->mrq = NULL; in owl_mmc_finish_request()[all …]