Lines Matching refs:current_slot
160 struct mmc_omap_slot *current_slot; member
216 if (host->current_slot != slot || !claimed) in mmc_omap_select_slot()
217 mmc_omap_fclk_offdelay(host->current_slot); in mmc_omap_select_slot()
219 if (host->current_slot != slot) { in mmc_omap_select_slot()
223 host->current_slot = slot; in mmc_omap_select_slot()
285 BUG_ON(new_slot == host->current_slot); in mmc_omap_release_slot()
378 if (host->current_slot->bus_mode == MMC_BUSMODE_OPENDRAIN) in mmc_omap_start_command()
433 struct mmc_omap_slot *slot = host->current_slot; in mmc_omap_send_stop_work()
462 mmc_omap_release_slot(host->current_slot, 1); in mmc_omap_xfer_done()
474 struct mmc_omap_slot *slot = host->current_slot; in mmc_omap_send_abort()
587 mmc_omap_release_slot(host->current_slot, 1); in mmc_omap_cmd_done()
618 mmc_omap_release_slot(host->current_slot, 1); in mmc_omap_abort_command()
793 host->current_slot; in mmc_omap_irq()
930 cycle_ns = 1000000000 / host->current_slot->fclk_freq; in set_data_timeout()