Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/ufs/core/
Dufshcd.c1128 u32 tr_pending; in ufshcd_wait_for_doorbell_clr() local
1146 tr_pending = ufshcd_pending_cmds(hba); in ufshcd_wait_for_doorbell_clr()
1147 if (!tm_doorbell && !tr_pending) { in ufshcd_wait_for_doorbell_clr()
1167 } while (tm_doorbell || tr_pending); in ufshcd_wait_for_doorbell_clr()
1172 __func__, tm_doorbell, tr_pending); in ufshcd_wait_for_doorbell_clr()