Home
last modified time | relevance | path

Searched refs:REG_INTERRUPT_ENABLE (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/scsi/ufs/
H A Dufshci.h28 REG_INTERRUPT_ENABLE = 0x24, enumerator
H A Dufshcd.c2411 u32 set = ufshcd_readl(hba, REG_INTERRUPT_ENABLE); in ufshcd_enable_intr()
2421 ufshcd_writel(hba, set, REG_INTERRUPT_ENABLE); in ufshcd_enable_intr()
2431 u32 set = ufshcd_readl(hba, REG_INTERRUPT_ENABLE); in ufshcd_disable_intr()
2443 ufshcd_writel(hba, set, REG_INTERRUPT_ENABLE); in ufshcd_disable_intr()
3952 if (ufshcd_readl(hba, REG_INTERRUPT_ENABLE) & UIC_COMMAND_COMPL) { in ufshcd_uic_pwr_ctrl()
6437 intr_status & ufshcd_readl(hba, REG_INTERRUPT_ENABLE); in ufshcd_intr()
9354 ufshcd_writel(hba, 0, REG_INTERRUPT_ENABLE); in ufshcd_init()
/OK3568_Linux_fs/u-boot/drivers/ufs/
H A Dufs.c385 u32 set = ufshcd_readl(hba, REG_INTERRUPT_ENABLE); in ufshcd_enable_intr()
395 ufshcd_writel(hba, set, REG_INTERRUPT_ENABLE); in ufshcd_enable_intr()
1918 ufshcd_writel(hba, 0, REG_INTERRUPT_ENABLE); in ufshcd_probe()
H A Dufs.h795 REG_INTERRUPT_ENABLE = 0x24, enumerator