Searched refs:alchemy_dbdma_pm_data (Results 1 – 1 of 1) sorted by relevance
988 alchemy_dbdma_pm_data[0][0] = __raw_readl(addr + 0x00); in alchemy_dbdma_suspend()989 alchemy_dbdma_pm_data[0][1] = __raw_readl(addr + 0x04); in alchemy_dbdma_suspend()990 alchemy_dbdma_pm_data[0][2] = __raw_readl(addr + 0x08); in alchemy_dbdma_suspend()991 alchemy_dbdma_pm_data[0][3] = __raw_readl(addr + 0x0c); in alchemy_dbdma_suspend()996 alchemy_dbdma_pm_data[i][0] = __raw_readl(addr + 0x00); in alchemy_dbdma_suspend()997 alchemy_dbdma_pm_data[i][1] = __raw_readl(addr + 0x04); in alchemy_dbdma_suspend()998 alchemy_dbdma_pm_data[i][2] = __raw_readl(addr + 0x08); in alchemy_dbdma_suspend()1025 __raw_writel(alchemy_dbdma_pm_data[0][0], addr + 0x00); in alchemy_dbdma_resume()1026 __raw_writel(alchemy_dbdma_pm_data[0][1], addr + 0x04); in alchemy_dbdma_resume()1027 __raw_writel(alchemy_dbdma_pm_data[0][2], addr + 0x08); in alchemy_dbdma_resume()[all …]
Completed in 14 milliseconds