Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/mfd/
Dasic3.h106 #define ASIC3_CONFIG_GPIO_DIR(config) ((config & (1 << 14)) >> 14) macro
/kernel/linux/linux-5.10/drivers/mfd/
Dasic3.c571 dir = ASIC3_CONFIG_GPIO_DIR(config); in asic3_gpio_probe()