Home
last modified time | relevance | path

Searched refs:S3C2410_GPJ (Results 1 – 4 of 4) sorted by relevance

/linux/arch/arm/mach-s3c/
A Dmach-rx1950.c232 gpio_free(S3C2410_GPJ(2)); in rx1950_bat_init()
239 gpio_free(S3C2410_GPJ(2)); in rx1950_bat_exit()
240 gpio_free(S3C2410_GPJ(3)); in rx1950_bat_exit()
245 gpio_direction_output(S3C2410_GPJ(2), 1); in rx1950_enable_charger()
246 gpio_direction_output(S3C2410_GPJ(3), 1); in rx1950_enable_charger()
251 gpio_direction_output(S3C2410_GPJ(2), 0); in rx1950_disable_charger()
252 gpio_direction_output(S3C2410_GPJ(3), 0); in rx1950_disable_charger()
285 gpio_set_value(S3C2410_GPJ(6), 0); in rx1950_led_blink_set()
291 gpio_set_value(S3C2410_GPJ(6), 1); in rx1950_led_blink_set()
648 .pullup_pin = S3C2410_GPJ(5),
[all …]
A Dgta02.h15 #define GTA02_GPIO_AMP_SHUT S3C2410_GPJ(1) /* v2 + v3 + v4 only */
16 #define GTA02_GPIO_HP_IN S3C2410_GPJ(2) /* v2 + v3 + v4 only */
A Dgpio-samsung-s3c24xx.h90 #define S3C2410_GPJ(_nr) (S3C2410_GPIO_J_START + (_nr)) macro
96 #define S3C_GPIO_END (S3C2410_GPJ(0) + 32)
A Dgpio-samsung.c965 .base = S3C2410_GPJ(0),

Completed in 9 milliseconds