Lines Matching defs:pinfunc
67 #define ATMEL_GET_PIN_NO(pinfunc) ((pinfunc) & 0xff)
68 #define ATMEL_GET_PIN_FUNC(pinfunc) ((pinfunc >> 16) & 0xf)
69 #define ATMEL_GET_PIN_IOSET(pinfunc) ((pinfunc >> 20) & 0xf)
511 u32 pinfunc, const char **grp_name,
518 pin_id = ATMEL_GET_PIN_NO(pinfunc);
519 func_id = ATMEL_GET_PIN_FUNC(pinfunc);
532 atmel_pioctrl->pins[pin_id]->ioset = ATMEL_GET_PIN_IOSET(pinfunc);
551 u32 pinfunc;
589 ret = of_property_read_u32_index(np, "pinmux", i, &pinfunc);
593 ret = atmel_pctl_xlate_pinfunc(pctldev, np, pinfunc, &group,