Home
last modified time | relevance | path

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

/Linux-v5.10/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-v5.10/drivers/mfd/
Dasic3.c575 bit_num = ASIC3_GPIO_TO_BIT(pin); in asic3_gpio_probe()