Lines Matching defs:pinfunc
72 #define ATMEL_GET_PIN_NO(pinfunc) ((pinfunc) & 0xff)
73 #define ATMEL_GET_PIN_FUNC(pinfunc) ((pinfunc >> 16) & 0xf)
74 #define ATMEL_GET_PIN_IOSET(pinfunc) ((pinfunc >> 20) & 0xf)
525 u32 pinfunc, const char **grp_name,
532 pin_id = ATMEL_GET_PIN_NO(pinfunc);
533 func_id = ATMEL_GET_PIN_FUNC(pinfunc);
546 atmel_pioctrl->pins[pin_id]->ioset = ATMEL_GET_PIN_IOSET(pinfunc);
565 u32 pinfunc;
603 ret = of_property_read_u32_index(np, "pinmux", i, &pinfunc);
607 ret = atmel_pctl_xlate_pinfunc(pctldev, np, pinfunc, &group,