Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A Dgpio-adp5585.c28 unsigned int bit = ADP5585_BIT(off); in adp5585_gpio_get_direction()
40 unsigned int bit = ADP5585_BIT(off); in adp5585_gpio_direction_input()
50 unsigned int bit = ADP5585_BIT(off); in adp5585_gpio_direction_output()
67 unsigned int bit = ADP5585_BIT(off); in adp5585_gpio_get_value()
93 unsigned int bit = ADP5585_BIT(off); in adp5585_gpio_set_value()
121 unsigned int bit = ADP5585_BIT(off); in adp5585_gpio_set_drive()
132 unsigned int bit = ADP5585_BIT(off); in adp5585_gpio_set_debounce()
/linux/include/linux/mfd/
H A Dadp5585.h118 #define ADP5585_BIT(n) ((n) >= 6 ? BIT((n) - 6) : BIT(n)) macro