Searched refs:alchemy_dbdma_pm_data (Results 1 – 1 of 1) sorted by relevance
983 static unsigned long alchemy_dbdma_pm_data[NUM_DBDMA_CHANS + 1][6]; variable991 alchemy_dbdma_pm_data[0][0] = __raw_readl(addr + 0x00); in alchemy_dbdma_suspend()992 alchemy_dbdma_pm_data[0][1] = __raw_readl(addr + 0x04); in alchemy_dbdma_suspend()993 alchemy_dbdma_pm_data[0][2] = __raw_readl(addr + 0x08); in alchemy_dbdma_suspend()994 alchemy_dbdma_pm_data[0][3] = __raw_readl(addr + 0x0c); in alchemy_dbdma_suspend()999 alchemy_dbdma_pm_data[i][0] = __raw_readl(addr + 0x00); in alchemy_dbdma_suspend()1000 alchemy_dbdma_pm_data[i][1] = __raw_readl(addr + 0x04); in alchemy_dbdma_suspend()1001 alchemy_dbdma_pm_data[i][2] = __raw_readl(addr + 0x08); in alchemy_dbdma_suspend()1002 alchemy_dbdma_pm_data[i][3] = __raw_readl(addr + 0x0c); in alchemy_dbdma_suspend()1003 alchemy_dbdma_pm_data[i][4] = __raw_readl(addr + 0x10); in alchemy_dbdma_suspend()[all …]