Searched refs:GPIO_FN_IS_SET (Results 1 – 2 of 2) sorted by relevance
261 GPIO_FN_IS_SET(fn) == GPIO_FN_IS_SET(oldfn)) in pxa_gpio_set_function()275 if (GPIO_FN_IS_SET(fn)) in pxa_gpio_set_function()
368 #define GPIO_FN_IS_SET(n) ((n) & GPIO_SET) macro