Searched refs:REG_INTERRUPT_ENABLE (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/drivers/ufs/host/ |
H A D | ufs-sprd.c | 53 u32 set = ufshcd_readl(hba, REG_INTERRUPT_ENABLE); in ufs_sprd_ctrl_uic_compl() 59 ufshcd_writel(hba, set, REG_INTERRUPT_ENABLE); in ufs_sprd_ctrl_uic_compl()
|
/kernel/linux/linux-5.10/drivers/scsi/ufs/ |
H A D | ufshci.h | 28 REG_INTERRUPT_ENABLE = 0x24, enumerator
|
H A D | ufshcd.c | 2259 u32 set = ufshcd_readl(hba, REG_INTERRUPT_ENABLE); in ufshcd_enable_intr() 2269 ufshcd_writel(hba, set, REG_INTERRUPT_ENABLE); in ufshcd_enable_intr() 2279 u32 set = ufshcd_readl(hba, REG_INTERRUPT_ENABLE); in ufshcd_disable_intr() 2291 ufshcd_writel(hba, set, REG_INTERRUPT_ENABLE); in ufshcd_disable_intr() 3816 if (ufshcd_readl(hba, REG_INTERRUPT_ENABLE) & UIC_COMMAND_COMPL) { in ufshcd_uic_pwr_ctrl() 6197 intr_status & ufshcd_readl(hba, REG_INTERRUPT_ENABLE); in ufshcd_intr() 9191 ufshcd_writel(hba, 0, REG_INTERRUPT_ENABLE); in ufshcd_init()
|
/kernel/linux/linux-6.6/include/ufs/ |
H A D | ufshci.h | 32 REG_INTERRUPT_ENABLE = 0x24, enumerator
|
/kernel/linux/linux-6.6/drivers/ufs/core/ |
H A D | ufshcd.c | 2518 u32 set = ufshcd_readl(hba, REG_INTERRUPT_ENABLE); in ufshcd_enable_intr() 2528 ufshcd_writel(hba, set, REG_INTERRUPT_ENABLE); in ufshcd_enable_intr() 2538 u32 set = ufshcd_readl(hba, REG_INTERRUPT_ENABLE); in ufshcd_disable_intr() 2550 ufshcd_writel(hba, set, REG_INTERRUPT_ENABLE); in ufshcd_disable_intr() 4131 if (ufshcd_readl(hba, REG_INTERRUPT_ENABLE) & UIC_COMMAND_COMPL) { in ufshcd_uic_pwr_ctrl() 6872 intr_status & ufshcd_readl(hba, REG_INTERRUPT_ENABLE); in ufshcd_intr() 10362 ufshcd_writel(hba, 0, REG_INTERRUPT_ENABLE); in ufshcd_init()
|
Completed in 24 milliseconds