REG_INTERRUPT_ENABLE
ufshcd_writel(hba, 0, REG_INTERRUPT_ENABLE);
ufshcd_readl(hba, REG_INTERRUPT_ENABLE);
u32 old_val = ufshcd_readl(hba, REG_INTERRUPT_ENABLE);
ufshcd_writel(hba, new_val, REG_INTERRUPT_ENABLE);
u32 old_val = ufshcd_readl(hba, REG_INTERRUPT_ENABLE);
ufshcd_writel(hba, new_val, REG_INTERRUPT_ENABLE);
intr_status & ufshcd_readl(hba, REG_INTERRUPT_ENABLE);
enabled_intr_status = intr_status & ufshcd_readl(hba, REG_INTERRUPT_ENABLE);
u32 set = ufshcd_readl(hba, REG_INTERRUPT_ENABLE);
ufshcd_writel(hba, set, REG_INTERRUPT_ENABLE);