Symbol: alchemy_rdsys
arch/mips/alchemy/board-xxs1500.c
61
pin_func = alchemy_rdsys(AU1000_SYS_PINFUNC) & ~SYS_PF_UR3;
arch/mips/alchemy/common/clock.c
1018
v = alchemy_rdsys(a->reg);
arch/mips/alchemy/common/clock.c
131
t = alchemy_rdsys(AU1000_SYS_CPUPLL) & 0x7f;
arch/mips/alchemy/common/clock.c
191
return (alchemy_rdsys(a->reg) & 0xff) * parent_rate;
arch/mips/alchemy/common/clock.c
279
unsigned long v = (alchemy_rdsys(AU1000_SYS_POWERCTRL) & 3) + 2;
arch/mips/alchemy/common/clock.c
501
v = alchemy_rdsys(c->reg);
arch/mips/alchemy/common/clock.c
512
unsigned long v = alchemy_rdsys(c->reg) >> (c->shift + 1);
arch/mips/alchemy/common/clock.c
523
v = alchemy_rdsys(c->reg);
arch/mips/alchemy/common/clock.c
535
v = alchemy_rdsys(c->reg);
arch/mips/alchemy/common/clock.c
550
return (alchemy_rdsys(c->reg) >> c->shift) & 1;
arch/mips/alchemy/common/clock.c
564
v = alchemy_rdsys(c->reg);
arch/mips/alchemy/common/clock.c
577
unsigned long v = alchemy_rdsys(c->reg) >> (c->shift + 2);
arch/mips/alchemy/common/clock.c
603
unsigned long v = alchemy_rdsys(c->reg);
arch/mips/alchemy/common/clock.c
628
return ((alchemy_rdsys(c->reg) >> c->shift) & 3) != 0;
arch/mips/alchemy/common/clock.c
637
v = alchemy_rdsys(c->reg);
arch/mips/alchemy/common/clock.c
684
v = alchemy_rdsys(c->reg) & (1 << 30); /* test "scale" bit */
arch/mips/alchemy/common/clock.c
689
v = alchemy_rdsys(c->reg);
arch/mips/alchemy/common/clock.c
705
v = alchemy_rdsys(c->reg);
arch/mips/alchemy/common/clock.c
719
if (alchemy_rdsys(c->reg) & (1 << 30)) {
arch/mips/alchemy/common/clock.c
800
v = alchemy_rdsys(a->reg);
arch/mips/alchemy/common/clock.c
826
unsigned long v = alchemy_rdsys(c->reg);
arch/mips/alchemy/common/clock.c
833
unsigned long v = alchemy_rdsys(c->reg);
arch/mips/alchemy/common/clock.c
860
v = alchemy_rdsys(c->reg);
arch/mips/alchemy/common/clock.c
892
unsigned long v = (alchemy_rdsys(c->reg) >> c->shift) & 3;
arch/mips/alchemy/common/clock.c
921
v = alchemy_rdsys(c->reg);
arch/mips/alchemy/common/irq.c
392
wakemsk = alchemy_rdsys(AU1000_SYS_WAKEMSK);
arch/mips/alchemy/common/platform.c
446
if (!(alchemy_rdsys(AU1000_SYS_PINFUNC) & SYS_PF_NI2)) {
arch/mips/alchemy/common/power.c
57
sleep_sys_clocks[0] = alchemy_rdsys(AU1000_SYS_FREQCTRL0);
arch/mips/alchemy/common/power.c
58
sleep_sys_clocks[1] = alchemy_rdsys(AU1000_SYS_FREQCTRL1);
arch/mips/alchemy/common/power.c
59
sleep_sys_clocks[2] = alchemy_rdsys(AU1000_SYS_CLKSRC);
arch/mips/alchemy/common/power.c
60
sleep_sys_clocks[3] = alchemy_rdsys(AU1000_SYS_CPUPLL);
arch/mips/alchemy/common/power.c
61
sleep_sys_clocks[4] = alchemy_rdsys(AU1000_SYS_AUXPLL);
arch/mips/alchemy/common/power.c
64
sleep_sys_pinfunc = alchemy_rdsys(AU1000_SYS_PINFUNC);
arch/mips/alchemy/common/time.c
104
while ((alchemy_rdsys(AU1000_SYS_CNTRCTRL) & SYS_CNTRL_C1S) && --t)
arch/mips/alchemy/common/time.c
111
while ((alchemy_rdsys(AU1000_SYS_CNTRCTRL) & SYS_CNTRL_C1S) && --t)
arch/mips/alchemy/common/time.c
37
return alchemy_rdsys(AU1000_SYS_RTCREAD);
arch/mips/alchemy/common/time.c
51
delta += alchemy_rdsys(AU1000_SYS_RTCREAD);
arch/mips/alchemy/common/time.c
53
while (alchemy_rdsys(AU1000_SYS_CNTRCTRL) & SYS_CNTRL_M21)
arch/mips/alchemy/common/time.c
89
if (CNTR_OK != (alchemy_rdsys(AU1000_SYS_CNTRCTRL) & CNTR_OK))
arch/mips/alchemy/common/time.c
96
while ((alchemy_rdsys(AU1000_SYS_CNTRCTRL) & SYS_CNTRL_T1S) && --t)
arch/mips/alchemy/devboards/db1000.c
480
pfc = alchemy_rdsys(AU1000_SYS_PINFUNC);
arch/mips/alchemy/devboards/db1200.c
818
pfc = alchemy_rdsys(AU1000_SYS_PINFUNC);
arch/mips/alchemy/devboards/db1200.c
863
pfc = alchemy_rdsys(AU1000_SYS_PINFUNC) & ~SYS_PINFUNC_P0A;
arch/mips/alchemy/devboards/db1550.c
41
v = alchemy_rdsys(AU1000_SYS_PINFUNC);
arch/mips/alchemy/devboards/pm.c
103
db1x_pm_last_wakesrc = alchemy_rdsys(AU1000_SYS_WAKESRC);
arch/mips/alchemy/devboards/pm.c
241
if (alchemy_rdsys(AU1000_SYS_TOYTRIM) != 32767)
arch/mips/alchemy/devboards/pm.c
244
db1x_pm_last_wakesrc = alchemy_rdsys(AU1000_SYS_WAKESRC);
arch/mips/alchemy/devboards/pm.c
55
while (alchemy_rdsys(AU1000_SYS_CNTRCTRL) & SYS_CNTRL_M20)
arch/mips/alchemy/devboards/pm.c
58
alchemy_wrsys(alchemy_rdsys(AU1000_SYS_TOYREAD) + db1x_pm_sleep_secs,
arch/mips/alchemy/devboards/pm.c
62
while (alchemy_rdsys(AU1000_SYS_CNTRCTRL) & SYS_CNTRL_M20)
arch/mips/include/asm/mach-au1x00/gpio-au1000.h
228
return alchemy_rdsys(AU1000_SYS_PINSTATERD) & mask;
drivers/rtc/rtc-au1xxx.c
32
t = alchemy_rdsys(AU1000_SYS_TOYREAD);
drivers/rtc/rtc-au1xxx.c
50
while (alchemy_rdsys(AU1000_SYS_CNTRCTRL) & SYS_CNTRL_C0S)
drivers/rtc/rtc-au1xxx.c
66
t = alchemy_rdsys(AU1000_SYS_CNTRCTRL);
drivers/rtc/rtc-au1xxx.c
73
if (alchemy_rdsys(AU1000_SYS_TOYTRIM) != 32767) {
drivers/rtc/rtc-au1xxx.c
76
while ((alchemy_rdsys(AU1000_SYS_CNTRCTRL) & SYS_CNTRL_T0S) && --t)
drivers/rtc/rtc-au1xxx.c
92
while (alchemy_rdsys(AU1000_SYS_CNTRCTRL) & SYS_CNTRL_C0S)