Home
last modified time | relevance | path

Searched defs:pinfunc (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/arch/arm/mach-at91/include/mach/
Datmel_pio4.h66 #define ATMEL_GET_PIN_NO(pinfunc) ((pinfunc) & 0xff) argument
67 #define ATMEL_GET_PIN_FUNC(pinfunc) ((pinfunc >> 16) & 0xf) argument
68 #define ATMEL_GET_PIN_IOSET(pinfunc) ((pinfunc >> 20) & 0xf) argument
/external/u-boot/drivers/pinctrl/exynos/
Dpinctrl-exynos.c74 unsigned int pinfunc, pinpud, pindrv; in exynos_pinctrl_set_state() local