Searched refs:TOSA_GPIO_CARD_VCC_ON (Results 1 – 2 of 2) sorted by relevance
738 rc = gpio_request(TOSA_GPIO_CARD_VCC_ON, "CARD_VCC_ON"); in tosa_tc6393xb_setup()742 rc = gpio_direction_output(TOSA_GPIO_CARD_VCC_ON, 1); in tosa_tc6393xb_setup()749 gpio_free(TOSA_GPIO_CARD_VCC_ON); in tosa_tc6393xb_setup()756 gpio_free(TOSA_GPIO_CARD_VCC_ON); in tosa_tc6393xb_teardown()
67 #define TOSA_GPIO_CARD_VCC_ON (TOSA_TC6393XB_GPIO_BASE + 4) macro