Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/mach-orion5x/
Dnet2big-setup.c116 #define NET2BIG_GPIO_SATA_POWER_REQ 19 macro
150 err = gpio_request(NET2BIG_GPIO_SATA_POWER_REQ, "SATA power request"); in net2big_sata_power_init()
152 err = gpio_direction_output(NET2BIG_GPIO_SATA_POWER_REQ, 0); in net2big_sata_power_init()
154 gpio_free(NET2BIG_GPIO_SATA_POWER_REQ); in net2big_sata_power_init()
173 gpio_set_value(NET2BIG_GPIO_SATA_POWER_REQ, 1); in net2big_sata_power_init()