Searched defs:pinfunc (Results 1 – 2 of 2) sorted by relevance
72 #define ATMEL_GET_PIN_NO(pinfunc) ((pinfunc) & 0xff) argument73 #define ATMEL_GET_PIN_FUNC(pinfunc) ((pinfunc >> 16) & 0xf) argument74 #define ATMEL_GET_PIN_IOSET(pinfunc) ((pinfunc >> 20) & 0xf) argument440 u32 pinfunc, const char **grp_name, in atmel_pctl_xlate_pinfunc()481 u32 pinfunc; in atmel_pctl_dt_subnode_to_map() local
493 u32 pinfunc, pin, func; in mtk_pctrl_dt_subnode_to_map() local