Home
last modified time | relevance | path

Searched refs:TOSA_GPIO_TC6393XB_REST_IN (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/arm/mach-pxa/
Dtosa.c634 rc = gpio_request(TOSA_GPIO_TC6393XB_REST_IN, "tc6393xb #pclr"); in tosa_tc6393xb_enable()
649 rc = gpio_direction_output(TOSA_GPIO_TC6393XB_REST_IN, 0); in tosa_tc6393xb_enable()
659 gpio_set_value(TOSA_GPIO_TC6393XB_REST_IN, 1); in tosa_tc6393xb_enable()
670 gpio_free(TOSA_GPIO_TC6393XB_REST_IN); in tosa_tc6393xb_enable()
679 gpio_free(TOSA_GPIO_TC6393XB_REST_IN); in tosa_tc6393xb_disable()
/linux-2.6.39/arch/arm/mach-pxa/include/mach/
Dtosa.h29 #define TOSA_GPIO_TC6393XB_REST_IN (TOSA_SCOOP_GPIO_BASE + 1) macro