Searched refs:ASIC3_GPIO_TO_BIT (Results 1 – 2 of 2) sorted by relevance
74 #define ASIC3_GPIO_TO_BIT(gpio) ((gpio) - \ macro76 #define ASIC3_GPIO_TO_MASK(gpio) (1 << ASIC3_GPIO_TO_BIT(gpio))
579 bit_num = ASIC3_GPIO_TO_BIT(pin); in asic3_gpio_probe()