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