Searched refs:afunc (Results 1 – 1 of 1) sorted by relevance
383 u32 afunc, bfunc; in nmk_gpio_get_mode() local391 afunc = readl(nmk_chip->addr + NMK_GPIO_AFSLA) & BIT(offset); in nmk_gpio_get_mode()396 return (afunc ? NMK_GPIO_ALT_A : 0) | (bfunc ? NMK_GPIO_ALT_B : 0); in nmk_gpio_get_mode()