Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dltc2992.c108 #define LTC2992_GPIO_BIT(x) (LTC2992_GPIO_NR - (x) - 1) macro
231 return !test_bit(LTC2992_GPIO_BIT(offset), &gpio_status); in ltc2992_gpio_get()
252 if (test_bit(LTC2992_GPIO_BIT(gpio_nr), &gpio_status)) in ltc2992_gpio_get_multiple()