Searched defs:pinfunc (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/arch/arm/mach-at91/include/mach/ |
H A D | atmel_pio4.h | 66 #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
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-at91-pio4.c | 72 #define ATMEL_GET_PIN_NO(pinfunc) ((pinfunc) & 0xff) argument 73 #define ATMEL_GET_PIN_FUNC(pinfunc) ((pinfunc >> 16) & 0xf) argument 74 #define ATMEL_GET_PIN_IOSET(pinfunc) ((pinfunc >> 20) & 0xf) argument 525 u32 pinfunc, const char **grp_name, in atmel_pctl_xlate_pinfunc() 565 u32 pinfunc; in atmel_pctl_dt_subnode_to_map() local
|
H A D | pinctrl-apple-gpio.c | 109 u32 pinfunc, pin, func; in apple_gpio_dt_node_to_map() local
|
/openbmc/u-boot/drivers/pinctrl/exynos/ |
H A D | pinctrl-exynos.c | 74 unsigned int pinfunc, pinpud, pindrv; in exynos_pinctrl_set_state() local
|
/openbmc/linux/drivers/pinctrl/mediatek/ |
H A D | pinctrl-paris.c | 447 u32 pinfunc, pin, func; in mtk_pctrl_dt_subnode_to_map() local
|
H A D | pinctrl-mtk-common.c | 529 u32 pinfunc, pin, func; in mtk_pctrl_dt_subnode_to_map() local
|
/openbmc/linux/drivers/pinctrl/stm32/ |
H A D | pinctrl-stm32.c | 594 u32 pinfunc, pin, func; in stm32_pctrl_dt_subnode_to_map() local
|