Lines Matching refs:spear3xx_machdata
3421 spear3xx_machdata.groups = spear320_pingroups;
3422 spear3xx_machdata.ngroups = ARRAY_SIZE(spear320_pingroups);
3423 spear3xx_machdata.functions = spear320_functions;
3424 spear3xx_machdata.nfunctions = ARRAY_SIZE(spear320_functions);
3426 spear3xx_machdata.modes_supported = true;
3427 spear3xx_machdata.pmx_modes = spear320_pmx_modes;
3428 spear3xx_machdata.npmx_modes = ARRAY_SIZE(spear320_pmx_modes);
3430 pmx_init_addr(&spear3xx_machdata, PMX_CONFIG_REG);
3431 pmx_init_gpio_pingroup_addr(spear3xx_machdata.gpio_pingroups,
3432 spear3xx_machdata.ngpio_pingroups, PMX_CONFIG_REG);
3434 return spear_pinctrl_probe(pdev, &spear3xx_machdata);