Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/core/
Dcore.c626 unsigned long prg_wait; in mmc_interrupt_hpi() local
666 prg_wait = jiffies + msecs_to_jiffies(card->ext_csd.out_of_int_time); in mmc_interrupt_hpi()
672 if (time_after(jiffies, prg_wait)) in mmc_interrupt_hpi()