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