Searched refs:tm_doorbell (Results 1 – 1 of 1) sorted by relevance
1010 u32 tm_doorbell; in ufshcd_wait_for_doorbell_clr() local1028 tm_doorbell = ufshcd_readl(hba, REG_UTP_TASK_REQ_DOOR_BELL); in ufshcd_wait_for_doorbell_clr()1030 if (!tm_doorbell && !tr_doorbell) { in ufshcd_wait_for_doorbell_clr()1050 } while (tm_doorbell || tr_doorbell); in ufshcd_wait_for_doorbell_clr()1055 __func__, tm_doorbell, tr_doorbell); in ufshcd_wait_for_doorbell_clr()5550 u32 tm_doorbell; in ufshcd_tmc_handler() local5552 tm_doorbell = ufshcd_readl(hba, REG_UTP_TASK_REQ_DOOR_BELL); in ufshcd_tmc_handler()5553 hba->tm_condition = tm_doorbell ^ hba->outstanding_tasks; in ufshcd_tmc_handler()