Searched refs:NET2BIG_GPIO_SATA0_POWER (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/arm/mach-orion5x/
H A Dnet2big-setup.c115 #define NET2BIG_GPIO_SATA0_POWER 23 macro
123 orion_gpio_set_valid(NET2BIG_GPIO_SATA0_POWER, 1);
126 err = gpio_request(NET2BIG_GPIO_SATA0_POWER, "SATA0 power status");
128 err = gpio_direction_input(NET2BIG_GPIO_SATA0_POWER);
130 gpio_free(NET2BIG_GPIO_SATA0_POWER);
159 if (gpio_get_value(NET2BIG_GPIO_SATA0_POWER) &&
179 gpio_free(NET2BIG_GPIO_SATA0_POWER);

Completed in 152 milliseconds