Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/mfd/
Dasic3.h71 #define ASIC3_GPIO_TO_BIT(gpio) ((gpio) - \ macro
73 #define ASIC3_GPIO_TO_MASK(gpio) (1 << ASIC3_GPIO_TO_BIT(gpio))
/linux-6.1.9/drivers/mfd/
Dasic3.c575 bit_num = ASIC3_GPIO_TO_BIT(pin); in asic3_gpio_probe()