Home
last modified time | relevance | path

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

/openbmc/linux/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); in net2big_sata_power_init()
125 err = gpio_request(NET2BIG_GPIO_SATA0_POWER, "SATA0 power status"); in net2big_sata_power_init()
127 err = gpio_direction_input(NET2BIG_GPIO_SATA0_POWER); in net2big_sata_power_init()
129 gpio_free(NET2BIG_GPIO_SATA0_POWER); in net2big_sata_power_init()
158 if (gpio_get_value(NET2BIG_GPIO_SATA0_POWER) && in net2big_sata_power_init()
178 gpio_free(NET2BIG_GPIO_SATA0_POWER); in net2big_sata_power_init()