Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ufs/core/
H A Dufshcd.c1160 u32 tr_pending; in ufshcd_wait_for_doorbell_clr() local
1178 tr_pending = ufshcd_pending_cmds(hba); in ufshcd_wait_for_doorbell_clr()
1179 if (!tm_doorbell && !tr_pending) { in ufshcd_wait_for_doorbell_clr()
1199 } while (tm_doorbell || tr_pending); in ufshcd_wait_for_doorbell_clr()
1204 __func__, tm_doorbell, tr_pending); in ufshcd_wait_for_doorbell_clr()