Searched refs:PWRMAN_VA_BASE (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-pnx4008/
H A Dclock.h19 #define PWRMAN_VA_BASE IO_ADDRESS(PNX4008_PWRMAN_BASE) macro
20 #define HCLKDIVCTRL_REG (PWRMAN_VA_BASE + 0x40)
21 #define PWRCTRL_REG (PWRMAN_VA_BASE + 0x44)
22 #define PLLCTRL_REG (PWRMAN_VA_BASE + 0x48)
23 #define OSC13CTRL_REG (PWRMAN_VA_BASE + 0x4c)
24 #define SYSCLKCTRL_REG (PWRMAN_VA_BASE + 0x50)
25 #define HCLKPLLCTRL_REG (PWRMAN_VA_BASE + 0x58)
26 #define USBCTRL_REG (PWRMAN_VA_BASE + 0x64)
27 #define SDRAMCLKCTRL_REG (PWRMAN_VA_BASE + 0x68)
28 #define MSCTRL_REG (PWRMAN_VA_BASE
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-pnx4008/
H A Dsleep.S18 #define PWRMAN_VA_BASE IO_ADDRESS(PNX4008_PWRMAN_BASE) define
34 mov r4, #(PWRMAN_VA_BASE & 0xff000000)
35 orr r4, r4, #(PWRMAN_VA_BASE & 0x00ff0000)
36 orr r4, r4, #(PWRMAN_VA_BASE & 0x0000ff00)
37 orr r4, r4, #(PWRMAN_VA_BASE & 0x000000ff)
118 mov r4, #(PWRMAN_VA_BASE & 0xff000000)
119 orr r4, r4, #(PWRMAN_VA_BASE & 0x00ff0000)
120 orr r4, r4, #(PWRMAN_VA_BASE & 0x0000ff00)
121 orr r4, r4, #(PWRMAN_VA_BASE & 0x000000ff)

Completed in 98 milliseconds