Searched refs:S3C2410_GPH (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c2410/
H A Dh1940-bluetooth.c37 gpio_set_value(S3C2410_GPH(1), 1);
39 gpio_set_value(S3C2410_GPH(1), 0);
42 gpio_set_value(S3C2410_GPH(1), 1);
44 gpio_set_value(S3C2410_GPH(1), 0);
65 ret = gpio_request(S3C2410_GPH(1), dev_name(&pdev->dev));
72 s3c_gpio_cfgpin(S3C2410_GPH(0), S3C2410_GPH0_nCTS0);
73 s3c_gpio_cfgpull(S3C2410_GPH(0), S3C_GPIO_PULL_NONE);
74 s3c_gpio_cfgpin(S3C2410_GPH(1), S3C2410_GPIO_OUTPUT);
75 s3c_gpio_cfgpull(S3C2410_GPH(1), S3C_GPIO_PULL_NONE);
76 s3c_gpio_cfgpin(S3C2410_GPH(
[all...]
H A Dmach-h1940.c204 .gpio_wprotect = S3C2410_GPH(8),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c2412/
H A Dgpio.c45 if (pin > S3C2410_GPH(16))
H A Dmach-jive.c416 gpio_set_value(S3C2410_GPH(10), cs ? 0 : 1);
653 gpio_request(S3C2410_GPH(10), "jive wm8750 spi");
654 gpio_direction_output(S3C2410_GPH(10), 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c2410/include/mach/
H A Dgpio-nrs.h90 #define S3C2410_GPH(_nr) (S3C2410_GPIO_H_START + (_nr)) macro
115 #define S3C2410_GPH10 S3C2410_GPH(10)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-s3c24xx/
H A Dgpiolib.c171 .base = S3C2410_GPH(0),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c2440/
H A Dmach-mini2440.c239 .gpio_wprotect = S3C2410_GPH(8),
H A Dmach-rx1950.c327 .gpio_wprotect = S3C2410_GPH(8),

Completed in 82 milliseconds