Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/core/
Dcore.c668 unsigned long prg_wait; in mmc_interrupt_hpi() local
708 prg_wait = jiffies + msecs_to_jiffies(card->ext_csd.out_of_int_time); in mmc_interrupt_hpi()
714 if (time_after(jiffies, prg_wait)) in mmc_interrupt_hpi()