Home
last modified time | relevance | path

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

/drivers/mmc/host/
Domap_hsmmc.c208 int req_in_progress; member
931 host->req_in_progress = 1; in omap_hsmmc_start_command()
958 host->req_in_progress = 0; in omap_hsmmc_request_done()
1211 if (host->req_in_progress) in omap_hsmmc_irq()
1343 int req_in_progress; in omap_hsmmc_dma_callback() local
1358 req_in_progress = host->req_in_progress; in omap_hsmmc_dma_callback()
1363 if (!req_in_progress) { in omap_hsmmc_dma_callback()
1600 BUG_ON(host->req_in_progress); in omap_hsmmc_request()
1745 if (!host->req_in_progress || !enable) in omap_hsmmc_enable_sdio_irq()