Searched defs:pinfunc (Results 1 – 3 of 3) sorted by relevance
77 #define ATMEL_GET_PIN_NO(pinfunc) ((pinfunc) & 0xff) argument78 #define ATMEL_GET_PIN_FUNC(pinfunc) ((pinfunc >> 16) & 0xf) argument79 #define ATMEL_GET_PIN_IOSET(pinfunc) ((pinfunc >> 20) & 0xf) argument456 u32 pinfunc, const char **grp_name, in atmel_pctl_xlate_pinfunc()497 u32 pinfunc; in atmel_pctl_dt_subnode_to_map() local
505 u32 pinfunc, pin, func; in mtk_pctrl_dt_subnode_to_map() local
408 u32 pinfunc, pin, func; in stm32_pctrl_dt_subnode_to_map() local