Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/mach-orion5x/
Dnet2big-setup.c118 #define NET2BIG_GPIO_SATA1_POWER 25 macro
126 orion_gpio_set_valid(NET2BIG_GPIO_SATA1_POWER, 1); in net2big_sata_power_init()
139 err = gpio_request(NET2BIG_GPIO_SATA1_POWER, "SATA1 power status"); in net2big_sata_power_init()
141 err = gpio_direction_input(NET2BIG_GPIO_SATA1_POWER); in net2big_sata_power_init()
143 gpio_free(NET2BIG_GPIO_SATA1_POWER); in net2big_sata_power_init()
162 gpio_get_value(NET2BIG_GPIO_SATA1_POWER)) { in net2big_sata_power_init()
179 gpio_free(NET2BIG_GPIO_SATA1_POWER); in net2big_sata_power_init()