Home
last modified time | relevance | path

Searched refs:gpccon_mask (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dfb-s3c2410.h82 unsigned long gpccon_mask; member
/OK3568_Linux_fs/kernel/arch/arm/mach-s3c/
H A Dmach-smdk2440.c132 .gpccon_mask = 0xffffffff,
H A Dmach-rx3715.c125 .gpccon_mask = 0xffc003cc,
H A Dmach-amlm5900.c192 .gpccon_mask = 0xffffffff,
H A Dmach-jive.c331 .gpccon_mask = (S3C2410_GPCCON_MASK(1) | S3C2410_GPCCON_MASK(2) |
H A Dmach-mini2440.c209 .gpccon_mask = (S3C2410_GPCCON_MASK(1) | S3C2410_GPCCON_MASK(2) |
H A Dmach-h1940.c212 .gpccon_mask = 0xffffc0f0,
H A Dmach-rx1950.c362 .gpccon_mask = 0xffc003fc,
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Ds3c2410fb.c708 modify_gpio(mach_info->gpccon_reg, mach_info->gpccon, mach_info->gpccon_mask); in s3c2410fb_init_registers()