Lines Matching refs:current_slot
158 struct mmc_omap_slot *current_slot; member
214 if (host->current_slot != slot || !claimed) in mmc_omap_select_slot()
215 mmc_omap_fclk_offdelay(host->current_slot); in mmc_omap_select_slot()
217 if (host->current_slot != slot) { in mmc_omap_select_slot()
221 host->current_slot = slot; in mmc_omap_select_slot()
283 BUG_ON(new_slot == host->current_slot); in mmc_omap_release_slot()
376 if (host->current_slot->bus_mode == MMC_BUSMODE_OPENDRAIN) in mmc_omap_start_command()
431 struct mmc_omap_slot *slot = host->current_slot; in mmc_omap_send_stop_work()
460 mmc_omap_release_slot(host->current_slot, 1); in mmc_omap_xfer_done()
472 struct mmc_omap_slot *slot = host->current_slot; in mmc_omap_send_abort()
585 mmc_omap_release_slot(host->current_slot, 1); in mmc_omap_cmd_done()
616 mmc_omap_release_slot(host->current_slot, 1); in mmc_omap_abort_command()
791 host->current_slot; in mmc_omap_irq()
928 cycle_ns = 1000000000 / host->current_slot->fclk_freq; in set_data_timeout()