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

/linux-4.4.14/arch/arm/mach-orion5x/
H A Dnet2big-setup.c117 #define NET2BIG_GPIO_SATA0_POWER 23 macro
125 orion_gpio_set_valid(NET2BIG_GPIO_SATA0_POWER, 1); net2big_sata_power_init()
128 err = gpio_request(NET2BIG_GPIO_SATA0_POWER, "SATA0 power status"); net2big_sata_power_init()
130 err = gpio_direction_input(NET2BIG_GPIO_SATA0_POWER); net2big_sata_power_init()
132 gpio_free(NET2BIG_GPIO_SATA0_POWER); net2big_sata_power_init()
161 if (gpio_get_value(NET2BIG_GPIO_SATA0_POWER) && net2big_sata_power_init()
181 gpio_free(NET2BIG_GPIO_SATA0_POWER); net2big_sata_power_init()

Completed in 45 milliseconds