Searched refs:EXYNOS4_GPIO_F00 (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/board/samsung/universal_c210/ |
D | universal.c | 270 gpio_cfg_pin(EXYNOS4_GPIO_F00 + i, S5P_GPIO_FUNC(2)); in exynos_cfg_lcd_gpio() 274 gpio_set_pull(EXYNOS4_GPIO_F00 + i, S5P_GPIO_PULL_NONE); in exynos_cfg_lcd_gpio() 279 gpio_set_drv(EXYNOS4_GPIO_F00 + i, S5P_GPIO_DRV_4X); in exynos_cfg_lcd_gpio() 280 gpio_set_rate(EXYNOS4_GPIO_F00 + i, S5P_GPIO_DRV_SLOW); in exynos_cfg_lcd_gpio() 284 gpio_set_rate(EXYNOS4_GPIO_F00 + i, S5P_GPIO_DRV_SLOW); in exynos_cfg_lcd_gpio()
|
/external/u-boot/arch/arm/mach-exynos/include/mach/ |
D | gpio.h | 123 EXYNOS4_GPIO_F00, /* 96 0x60 */ enumerator 1462 GPIO_ENTRY('e', EXYNOS4_GPIO_E00, EXYNOS4_GPIO_F00, 0), 1463 GPIO_ENTRY('f', EXYNOS4_GPIO_F00, EXYNOS4_GPIO_J00, 0),
|