Searched refs:tm_doorbell (Results 1 – 1 of 1) sorted by relevance
1026 u32 tm_doorbell; in ufshcd_wait_for_doorbell_clr() local1044 tm_doorbell = ufshcd_readl(hba, REG_UTP_TASK_REQ_DOOR_BELL); in ufshcd_wait_for_doorbell_clr()1046 if (!tm_doorbell && !tr_doorbell) { in ufshcd_wait_for_doorbell_clr()1066 } while (tm_doorbell || tr_doorbell); in ufshcd_wait_for_doorbell_clr()1071 __func__, tm_doorbell, tr_doorbell); in ufshcd_wait_for_doorbell_clr()5510 u32 tm_doorbell; in ufshcd_tmc_handler() local5512 tm_doorbell = ufshcd_readl(hba, REG_UTP_TASK_REQ_DOOR_BELL); in ufshcd_tmc_handler()5513 hba->tm_condition = tm_doorbell ^ hba->outstanding_tasks; in ufshcd_tmc_handler()