Home
last modified time | relevance | path

Searched refs:S3C64XX_GPL (Results 1 – 8 of 8) sorted by relevance

/arch/arm/mach-s3c64xx/
Dmach-smartq.c78 gpio_set_value(S3C64XX_GPL(0), to); in smartq_usb_host_powercontrol()
79 gpio_set_value(S3C64XX_GPL(1), to); in smartq_usb_host_powercontrol()
87 if (gpio_get_value(S3C64XX_GPL(10)) == 0) { in smartq_usb_host_ocirq()
107 ret = request_irq(gpio_to_irq(S3C64XX_GPL(10)), in smartq_usb_host_enableoc()
114 free_irq(gpio_to_irq(S3C64XX_GPL(10)), info); in smartq_usb_host_enableoc()
131 .gpio_vbus = S3C64XX_GPL(9),
301 ret = gpio_request(S3C64XX_GPL(0), "USB power control"); in smartq_usb_host_init()
307 ret = gpio_request(S3C64XX_GPL(1), "USB host power control"); in smartq_usb_host_init()
315 ret = gpio_request(S3C64XX_GPL(10), "USB host overcurrent"); in smartq_usb_host_init()
323 gpio_direction_output(S3C64XX_GPL(0), 0); in smartq_usb_host_init()
[all …]
Dsetup-keypad.c23 s3c_gpio_cfgrange_nopull(S3C64XX_GPL(0), cols, S3C_GPIO_SFN(3)); in samsung_keypad_cfg_gpio()
Dsetup-ide.c38 s3c_gpio_cfgpin_range(S3C64XX_GPL(0), 3, S3C_GPIO_SFN(6)); in s3c64xx_ide_setup_gpio()
Dmach-crag6410.c211 .gpio = S3C64XX_GPL(10), /* EINT 18 */
660 [WM1250_EV1_GPIO_CLK_SEL0] = S3C64XX_GPL(12),
661 [WM1250_EV1_GPIO_CLK_SEL1] = S3C64XX_GPL(13),
662 [WM1250_EV1_GPIO_OSR] = S3C64XX_GPL(14),
663 [WM1250_EV1_GPIO_MASTER] = S3C64XX_GPL(8),
Dmach-smartq5.c63 .gpio = S3C64XX_GPL(14),
Dmach-smartq7.c63 .gpio = S3C64XX_GPL(14),
Dcommon.c294 pin = S3C64XX_GPL(offs + 8 - 16); in s3c_irq_eint_set_type()
/arch/arm/mach-s3c64xx/include/mach/
Dgpio.h77 #define S3C64XX_GPL(_nr) (S3C64XX_GPIO_L_START + (_nr)) macro