Home
last modified time | relevance | path

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

/linux/drivers/soundwire/
H A Damd_manager.c171 u32 intr_cntl1; in amd_sdw_host_wake_enable() local
188 intr_cntl1 = readl(amd_manager->acp_mmio + ACP_EXTERNAL_INTR_CNTL(ACP_SDW1)); in amd_sdw_host_wake_enable()
190 intr_cntl1 |= sdw_host_wake_irq_mask; in amd_sdw_host_wake_enable()
192 intr_cntl1 &= ~sdw_host_wake_irq_mask; in amd_sdw_host_wake_enable()
193 writel(intr_cntl1, amd_manager->acp_mmio + ACP_EXTERNAL_INTR_CNTL(ACP_SDW1)); in amd_sdw_host_wake_enable()