Lines Matching refs:__raw_readl
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()
999 alchemy_dbdma_pm_data[i][3] = __raw_readl(addr + 0x0c); in alchemy_dbdma_suspend()
1000 alchemy_dbdma_pm_data[i][4] = __raw_readl(addr + 0x10); in alchemy_dbdma_suspend()
1001 alchemy_dbdma_pm_data[i][5] = __raw_readl(addr + 0x14); in alchemy_dbdma_suspend()
1006 while (!(__raw_readl(addr + 0x14) & 1)) in alchemy_dbdma_suspend()