Home
last modified time | relevance | path

Searched defs:GPSR (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm/mach-pxa/
H A Dmfp-pxa2xx.c33 #define GPSR(x) __REG2(0x40E00000, BANK_OFF((x) >> 5) + 0x18) macro
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-intel-mid.c46 GPSR, /* pin set */ enumerator
H A Dgpio-merrifield.c21 #define GPSR 0x034 /* pin set w/o */ macro
/OK3568_Linux_fs/u-boot/include/
H A DSA-1100.h1505 #define GPSR /* GPIO Pin output Set Reg. */ \ macro
1521 #define GPSR (io_p2v (_GPSR)) macro
/OK3568_Linux_fs/kernel/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h1107 #define GPSR __REG(0x90040008) /* GPIO Pin output Set Reg. */ macro
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h1252 #define GPSR(x) (((((x) & 0x7f) < 96) ? _GPSR(x) : GPSR3)) macro
1262 #define GPSR(x) _GPSR(x) macro