Searched refs:POODLE_GPIO_SD_PWR1 (Results 1 – 2 of 2) sorted by relevance
246 err = gpio_request(POODLE_GPIO_SD_PWR1, "SD_PWR1"); in poodle_mci_init()251 gpio_direction_output(POODLE_GPIO_SD_PWR1, 0); in poodle_mci_init()268 gpio_set_value(POODLE_GPIO_SD_PWR1, 1); in poodle_mci_setpower()270 gpio_set_value(POODLE_GPIO_SD_PWR1, 0); in poodle_mci_setpower()279 gpio_free(POODLE_GPIO_SD_PWR1); in poodle_mci_exit()
37 #define POODLE_GPIO_SD_PWR1 (3) macro