Searched refs:TOSA_GPIO_TC6393XB_REST_IN (Results 1 – 2 of 2) sorted by relevance
634 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()
29 #define TOSA_GPIO_TC6393XB_REST_IN (TOSA_SCOOP_GPIO_BASE + 1) macro