Home
last modified time | relevance | path

Searched refs:NET2BIG_GPIO_SATA1_POWER (Results 1 – 1 of 1) sorted by relevance

/linux/arch/arm/mach-orion5x/
H A Dnet2big-setup.c116 #define NET2BIG_GPIO_SATA1_POWER 25 macro
124 orion_gpio_set_valid(NET2BIG_GPIO_SATA1_POWER, 1); in net2big_sata_power_init()
137 err = gpio_request(NET2BIG_GPIO_SATA1_POWER, "SATA1 power status"); in net2big_sata_power_init()
139 err = gpio_direction_input(NET2BIG_GPIO_SATA1_POWER); in net2big_sata_power_init()
141 gpio_free(NET2BIG_GPIO_SATA1_POWER); in net2big_sata_power_init()
160 gpio_get_value(NET2BIG_GPIO_SATA1_POWER)) { in net2big_sata_power_init()
177 gpio_free(NET2BIG_GPIO_SATA1_POWER); in net2big_sata_power_init()