Lines Matching refs:args
1247 struct of_phandle_args args;
1273 if (!of_parse_phandle_with_fixed_args(np, "gpio-ranges", 3, i, &args)) {
1274 bank_nr = args.args[1] / STM32_GPIO_PINS_PER_BANK;
1275 bank->gpio_chip.base = args.args[1];
1278 npins = args.args[0] + args.args[2];
1279 while (!of_parse_phandle_with_fixed_args(np, "gpio-ranges", 3, ++i, &args))
1280 npins = max(npins, (int)(args.args[0] + args.args[2]));