Searched refs:ADP5585_BIT (Results 1 – 2 of 2) sorted by relevance
28 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()
118 #define ADP5585_BIT(n) ((n) >= 6 ? BIT((n) - 6) : BIT(n)) macro