Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/mfd/
Dasic3.h105 #define ASIC3_CONFIG_GPIO_ALT(config) (((config) & (0x7f << 7)) >> 7) macro
/Linux-v5.15/drivers/mfd/
Dasic3.c570 alt = ASIC3_CONFIG_GPIO_ALT(config); in asic3_gpio_probe()