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

/linux-master/arch/arm/mach-orion5x/
H A Dnet2big-setup.c114 #define NET2BIG_GPIO_SATA0_POWER 23 macro
122 orion_gpio_set_valid(NET2BIG_GPIO_SATA0_POWER, 1);
125 err = gpio_request(NET2BIG_GPIO_SATA0_POWER, "SATA0 power status");
127 err = gpio_direction_input(NET2BIG_GPIO_SATA0_POWER);
129 gpio_free(NET2BIG_GPIO_SATA0_POWER);
158 if (gpio_get_value(NET2BIG_GPIO_SATA0_POWER) &&
178 gpio_free(NET2BIG_GPIO_SATA0_POWER);

Completed in 154 milliseconds