Home
last modified time | relevance | path

Searched refs:__REG2 (Results 1 – 5 of 5) sorted by relevance

/linux/arch/arm/mach-pxa/
A Dmfp-pxa2xx.c25 #define PGSR(x) __REG2(0x40F00020, (x) << 2)
26 #define __GAFR(u, x) __REG2((u) ? 0x40E00058 : 0x40E00054, (x) << 3)
31 #define GPLR(x) __REG2(0x40E00000, BANK_OFF((x) >> 5))
32 #define GPDR(x) __REG2(0x40E00000, BANK_OFF((x) >> 5) + 0x0c)
33 #define GPSR(x) __REG2(0x40E00000, BANK_OFF((x) >> 5) + 0x18)
34 #define GPCR(x) __REG2(0x40E00000, BANK_OFF((x) >> 5) + 0x24)
A Dpxa27x-udc.h103 #define UDCCSN(x) __REG2(0x40600100, (x) << 2)
150 #define UDCBCN(x) __REG2(0x40600200, (x)<<2)
176 #define UDCDN(x) __REG2(0x40600300, (x)<<2)
204 #define UDCCN(x) __REG2(0x40600400, (x)<<2)
/linux/arch/arm/mach-pxa/include/mach/
A Dhardware.h44 # define __REG2(x,y) \ macro
A Dpxa2xx-regs.h40 #define PCMD(x) __REG2(0x40F00080, (x)<<2)
/linux/arch/xtensa/include/asm/
A Dcoprocessor.h106 #define __REG2(cc,abi,type,...) __REG2_ ## type (__VA_ARGS__) macro

Completed in 8 milliseconds