Home
last modified time | relevance | path

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

/linux-6.12.1/include/ufs/
Dufshci.h186 #define UIC_COMMAND_COMPL 0x400 macro
199 #define UFSHCD_UIC_MASK (UIC_COMMAND_COMPL | UFSHCD_UIC_PWR_MASK)
/linux-6.12.1/drivers/ufs/host/
Dufs-sprd.c56 set |= UIC_COMMAND_COMPL; in ufs_sprd_ctrl_uic_compl()
58 set &= ~UIC_COMMAND_COMPL; in ufs_sprd_ctrl_uic_compl()
/linux-6.12.1/drivers/ufs/core/
Dufshcd.c4281 if (ufshcd_readl(hba, REG_INTERRUPT_ENABLE) & UIC_COMMAND_COMPL) { in ufshcd_uic_pwr_ctrl()
4282 ufshcd_disable_intr(hba, UIC_COMMAND_COMPL); in ufshcd_uic_pwr_ctrl()
4334 ufshcd_enable_intr(hba, UIC_COMMAND_COMPL); in ufshcd_uic_pwr_ctrl()
5486 if ((intr_status & UIC_COMMAND_COMPL) && hba->active_uic_cmd) { in ufshcd_uic_cmd_compl()