Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/mach-at91/include/mach/
H A Datmel_pio4.h63 #define ATMEL_GET_PIN_NO(pinfunc) ((pinfunc) & 0xff) argument
64 #define ATMEL_GET_PIN_FUNC(pinfunc) ((pinfunc >> 16) & 0xf) argument
65 #define ATMEL_GET_PIN_IOSET(pinfunc) ((pinfunc >> 20) & 0xf) argument
/rk3399_rockchip-uboot/drivers/pinctrl/exynos/
H A Dpinctrl-exynos.c75 unsigned int pinfunc, pinpud, pindrv; in exynos_pinctrl_set_state() local