Searched refs:S5PV210_GPB (Results 1 – 3 of 3) sorted by relevance
/arch/arm/mach-s5pv210/ |
D | setup-spi.c | 27 s3c_gpio_cfgpin(S5PV210_GPB(0), S3C_GPIO_SFN(2)); in s3c64xx_spi0_cfg_gpio() 28 s3c_gpio_setpull(S5PV210_GPB(0), S3C_GPIO_PULL_UP); in s3c64xx_spi0_cfg_gpio() 29 s3c_gpio_cfgall_range(S5PV210_GPB(2), 2, in s3c64xx_spi0_cfg_gpio() 45 s3c_gpio_cfgpin(S5PV210_GPB(4), S3C_GPIO_SFN(2)); in s3c64xx_spi1_cfg_gpio() 46 s3c_gpio_setpull(S5PV210_GPB(4), S3C_GPIO_PULL_UP); in s3c64xx_spi1_cfg_gpio() 47 s3c_gpio_cfgall_range(S5PV210_GPB(6), 2, in s3c64xx_spi1_cfg_gpio()
|
D | mach-goni.c | 828 .gpio_nreset = S5PV210_GPB(2), /* CAM_CIF_NRST */ 829 .gpio_nstby = S5PV210_GPB(0), /* CAM_CIF_NSTBY */
|
/arch/arm/mach-s5pv210/include/mach/ |
D | gpio.h | 101 #define S5PV210_GPB(_nr) (S5PV210_GPIO_B_START + (_nr)) macro
|