Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/ufs/core/
Dufshcd.c1127 u32 tr_pending; in ufshcd_wait_for_doorbell_clr() local
1145 tr_pending = ufshcd_pending_cmds(hba); in ufshcd_wait_for_doorbell_clr()
1146 if (!tm_doorbell && !tr_pending) { in ufshcd_wait_for_doorbell_clr()
1166 } while (tm_doorbell || tr_pending); in ufshcd_wait_for_doorbell_clr()
1171 __func__, tm_doorbell, tr_pending); in ufshcd_wait_for_doorbell_clr()