Home
last modified time | relevance | path

Searched refs:S3C64XX_GPO (Results 1 – 2 of 2) sorted by relevance

/arch/arm/mach-s3c64xx/
Dmach-hmt.c202 .gpio = S3C64XX_GPO(12),
207 .gpio = S3C64XX_GPO(13),
211 .gpio = S3C64XX_GPO(14),
215 .gpio = S3C64XX_GPO(15),
/arch/arm/mach-s3c64xx/include/mach/
Dgpio.h80 #define S3C64XX_GPO(_nr) (S3C64XX_GPIO_O_START + (_nr)) macro