Home
last modified time | relevance | path

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

/Linux-v6.1/arch/arm/mach-orion5x/
Dnet2big-setup.c115 #define NET2BIG_GPIO_SATA1_POWER 25 macro
123 orion_gpio_set_valid(NET2BIG_GPIO_SATA1_POWER, 1); in net2big_sata_power_init()
136 err = gpio_request(NET2BIG_GPIO_SATA1_POWER, "SATA1 power status"); in net2big_sata_power_init()
138 err = gpio_direction_input(NET2BIG_GPIO_SATA1_POWER); in net2big_sata_power_init()
140 gpio_free(NET2BIG_GPIO_SATA1_POWER); in net2big_sata_power_init()
159 gpio_get_value(NET2BIG_GPIO_SATA1_POWER)) { in net2big_sata_power_init()
176 gpio_free(NET2BIG_GPIO_SATA1_POWER); in net2big_sata_power_init()