Home
last modified time | relevance | path

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

/openbmc/u-boot/board/buffalo/lsxl/
H A Dlsxl.h10 #define GPIO_HDD_POWER 10 macro
26 #define LSXL_OE_LOW (~(_BIT(GPIO_HDD_POWER) \
37 #define LSXL_OE_VAL_LOW (_BIT(GPIO_HDD_POWER) \
H A Dlsxl.c183 kw_gpio_set_value(GPIO_HDD_POWER, 0); in check_power_switch()
194 kw_gpio_set_value(GPIO_HDD_POWER, 1); in check_power_switch()