Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/buffalo/lsxl/
H A Dlsxl.h11 #define GPIO_HDD_POWER 10 macro
27 #define LSXL_OE_LOW (~(_BIT(GPIO_HDD_POWER) \
38 #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()