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.c1176 u32 tr_pending; in ufshcd_wait_for_doorbell_clr()
1194 tr_pending = ufshcd_pending_cmds(hba); in ufshcd_wait_for_doorbell_clr()
1195 if (!tm_doorbell && !tr_pending) { in ufshcd_wait_for_doorbell_clr()
1215 } while (tm_doorbell || tr_pending);
1220 __func__, tm_doorbell, tr_pending);
1160 u32 tr_pending; ufshcd_wait_for_doorbell_clr() local