Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Domap_hsmmc.c200 int req_in_progress; member
804 host->req_in_progress = 1; in omap_hsmmc_start_command()
822 host->req_in_progress = 0; in omap_hsmmc_request_done()
1073 if (host->req_in_progress) in omap_hsmmc_irq()
1163 int req_in_progress; in omap_hsmmc_dma_callback() local
1178 req_in_progress = host->req_in_progress; in omap_hsmmc_dma_callback()
1183 if (!req_in_progress) { in omap_hsmmc_dma_callback()
1426 BUG_ON(host->req_in_progress); in omap_hsmmc_request()
1528 if (!host->req_in_progress || !enable) in omap_hsmmc_enable_sdio_irq()