Searched defs:pinfunc (Results 1 – 2 of 2) sorted by relevance
66 #define ATMEL_GET_PIN_NO(pinfunc) ((pinfunc) & 0xff) argument67 #define ATMEL_GET_PIN_FUNC(pinfunc) ((pinfunc >> 16) & 0xf) argument68 #define ATMEL_GET_PIN_IOSET(pinfunc) ((pinfunc >> 20) & 0xf) argument
74 unsigned int pinfunc, pinpud, pindrv; in exynos_pinctrl_set_state() local