Home
last modified time | relevance | path

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

/arch/arm/mach-s3c64xx/
Dmach-hmt.c211 .gpio = S3C64XX_GPO(12),
216 .gpio = S3C64XX_GPO(13),
220 .gpio = S3C64XX_GPO(14),
224 .gpio = S3C64XX_GPO(15),
/arch/arm/mach-s3c64xx/include/mach/
Dgpio-samsung.h82 #define S3C64XX_GPO(_nr) (S3C64XX_GPIO_O_START + (_nr)) macro