Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/pmbus/
H A Dadm1266.c35 #define ADM1266_GPIO_NR 9 macro
55 const char *gpio_names[ADM1266_GPIO_NR + ADM1266_PDIO_NR];
143 static const unsigned int adm1266_gpio_mapping[ADM1266_GPIO_NR][2] = {
155 static const char *adm1266_names[ADM1266_GPIO_NR + ADM1266_PDIO_NR] = {
170 if (offset < ADM1266_GPIO_NR) in adm1266_gpio_get()
180 if (offset < ADM1266_GPIO_NR) in adm1266_gpio_get()
183 return test_bit(offset - ADM1266_GPIO_NR, &pins_status); in adm1266_gpio_get()
202 for_each_set_bit(gpio_nr, mask, ADM1266_GPIO_NR) { in adm1266_gpio_get_multiple()
215 if (test_bit(gpio_nr - ADM1266_GPIO_NR, &status)) in adm1266_gpio_get_multiple()
233 for (i = 0; i < ADM1266_GPIO_NR; i++) { in adm1266_gpio_dbg_show()
[all …]