alchemy_rdsmem    338 arch/mips/alchemy/common/clock.c 	unsigned long v = alchemy_rdsmem(AU1000_MEM_STCFG0);
alchemy_rdsmem     67 arch/mips/alchemy/common/power.c 	sleep_static_memctlr[0][0] = alchemy_rdsmem(AU1000_MEM_STCFG0);
alchemy_rdsmem     68 arch/mips/alchemy/common/power.c 	sleep_static_memctlr[0][1] = alchemy_rdsmem(AU1000_MEM_STTIME0);
alchemy_rdsmem     69 arch/mips/alchemy/common/power.c 	sleep_static_memctlr[0][2] = alchemy_rdsmem(AU1000_MEM_STADDR0);
alchemy_rdsmem     70 arch/mips/alchemy/common/power.c 	sleep_static_memctlr[1][0] = alchemy_rdsmem(AU1000_MEM_STCFG1);
alchemy_rdsmem     71 arch/mips/alchemy/common/power.c 	sleep_static_memctlr[1][1] = alchemy_rdsmem(AU1000_MEM_STTIME1);
alchemy_rdsmem     72 arch/mips/alchemy/common/power.c 	sleep_static_memctlr[1][2] = alchemy_rdsmem(AU1000_MEM_STADDR1);
alchemy_rdsmem     73 arch/mips/alchemy/common/power.c 	sleep_static_memctlr[2][0] = alchemy_rdsmem(AU1000_MEM_STCFG2);
alchemy_rdsmem     74 arch/mips/alchemy/common/power.c 	sleep_static_memctlr[2][1] = alchemy_rdsmem(AU1000_MEM_STTIME2);
alchemy_rdsmem     75 arch/mips/alchemy/common/power.c 	sleep_static_memctlr[2][2] = alchemy_rdsmem(AU1000_MEM_STADDR2);
alchemy_rdsmem     76 arch/mips/alchemy/common/power.c 	sleep_static_memctlr[3][0] = alchemy_rdsmem(AU1000_MEM_STCFG3);
alchemy_rdsmem     77 arch/mips/alchemy/common/power.c 	sleep_static_memctlr[3][1] = alchemy_rdsmem(AU1000_MEM_STTIME3);
alchemy_rdsmem     78 arch/mips/alchemy/common/power.c 	sleep_static_memctlr[3][2] = alchemy_rdsmem(AU1000_MEM_STADDR3);
alchemy_rdsmem    212 arch/mips/alchemy/devboards/db1200.c 	return alchemy_rdsmem(AU1000_MEM_STSTAT) & 1;
alchemy_rdsmem    177 arch/mips/alchemy/devboards/db1300.c 	return alchemy_rdsmem(AU1000_MEM_STSTAT) & 1;
alchemy_rdsmem    154 arch/mips/alchemy/devboards/db1550.c 	return alchemy_rdsmem(AU1000_MEM_STSTAT) & 1;
alchemy_rdsmem    220 arch/mips/alchemy/devboards/db1550.c 	int boot_swapboot = (alchemy_rdsmem(AU1000_MEM_STSTAT) & (0x7 << 1)) |
alchemy_rdsmem    213 drivers/mtd/nand/raw/au1550nd.c 	return (alchemy_rdsmem(AU1000_MEM_STSTAT) & 0x1) ? 1 : 0;