alchemy_dbdma_pm_data  980 arch/mips/alchemy/common/dbdma.c static unsigned long alchemy_dbdma_pm_data[NUM_DBDMA_CHANS + 1][6];
alchemy_dbdma_pm_data  988 arch/mips/alchemy/common/dbdma.c 	alchemy_dbdma_pm_data[0][0] = __raw_readl(addr + 0x00);
alchemy_dbdma_pm_data  989 arch/mips/alchemy/common/dbdma.c 	alchemy_dbdma_pm_data[0][1] = __raw_readl(addr + 0x04);
alchemy_dbdma_pm_data  990 arch/mips/alchemy/common/dbdma.c 	alchemy_dbdma_pm_data[0][2] = __raw_readl(addr + 0x08);
alchemy_dbdma_pm_data  991 arch/mips/alchemy/common/dbdma.c 	alchemy_dbdma_pm_data[0][3] = __raw_readl(addr + 0x0c);
alchemy_dbdma_pm_data  996 arch/mips/alchemy/common/dbdma.c 		alchemy_dbdma_pm_data[i][0] = __raw_readl(addr + 0x00);
alchemy_dbdma_pm_data  997 arch/mips/alchemy/common/dbdma.c 		alchemy_dbdma_pm_data[i][1] = __raw_readl(addr + 0x04);
alchemy_dbdma_pm_data  998 arch/mips/alchemy/common/dbdma.c 		alchemy_dbdma_pm_data[i][2] = __raw_readl(addr + 0x08);
alchemy_dbdma_pm_data  999 arch/mips/alchemy/common/dbdma.c 		alchemy_dbdma_pm_data[i][3] = __raw_readl(addr + 0x0c);
alchemy_dbdma_pm_data 1000 arch/mips/alchemy/common/dbdma.c 		alchemy_dbdma_pm_data[i][4] = __raw_readl(addr + 0x10);
alchemy_dbdma_pm_data 1001 arch/mips/alchemy/common/dbdma.c 		alchemy_dbdma_pm_data[i][5] = __raw_readl(addr + 0x14);
alchemy_dbdma_pm_data 1004 arch/mips/alchemy/common/dbdma.c 		__raw_writel(alchemy_dbdma_pm_data[i][0] & ~1, addr + 0x00);
alchemy_dbdma_pm_data 1025 arch/mips/alchemy/common/dbdma.c 	__raw_writel(alchemy_dbdma_pm_data[0][0], addr + 0x00);
alchemy_dbdma_pm_data 1026 arch/mips/alchemy/common/dbdma.c 	__raw_writel(alchemy_dbdma_pm_data[0][1], addr + 0x04);
alchemy_dbdma_pm_data 1027 arch/mips/alchemy/common/dbdma.c 	__raw_writel(alchemy_dbdma_pm_data[0][2], addr + 0x08);
alchemy_dbdma_pm_data 1028 arch/mips/alchemy/common/dbdma.c 	__raw_writel(alchemy_dbdma_pm_data[0][3], addr + 0x0c);
alchemy_dbdma_pm_data 1033 arch/mips/alchemy/common/dbdma.c 		__raw_writel(alchemy_dbdma_pm_data[i][0], addr + 0x00);
alchemy_dbdma_pm_data 1034 arch/mips/alchemy/common/dbdma.c 		__raw_writel(alchemy_dbdma_pm_data[i][1], addr + 0x04);
alchemy_dbdma_pm_data 1035 arch/mips/alchemy/common/dbdma.c 		__raw_writel(alchemy_dbdma_pm_data[i][2], addr + 0x08);
alchemy_dbdma_pm_data 1036 arch/mips/alchemy/common/dbdma.c 		__raw_writel(alchemy_dbdma_pm_data[i][3], addr + 0x0c);
alchemy_dbdma_pm_data 1037 arch/mips/alchemy/common/dbdma.c 		__raw_writel(alchemy_dbdma_pm_data[i][4], addr + 0x10);
alchemy_dbdma_pm_data 1038 arch/mips/alchemy/common/dbdma.c 		__raw_writel(alchemy_dbdma_pm_data[i][5], addr + 0x14);