Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-orion5x/
H A Dnet2big-setup.c113 #define NET2BIG_GPIO_SATA_POWER_REQ 19 macro
147 err = gpio_request(NET2BIG_GPIO_SATA_POWER_REQ, "SATA power request"); in net2big_sata_power_init()
149 err = gpio_direction_output(NET2BIG_GPIO_SATA_POWER_REQ, 0); in net2big_sata_power_init()
151 gpio_free(NET2BIG_GPIO_SATA_POWER_REQ); in net2big_sata_power_init()
170 gpio_set_value(NET2BIG_GPIO_SATA_POWER_REQ, 1); in net2big_sata_power_init()