Lines Matching refs:spear3xx_machdata
657 spear3xx_machdata.groups = spear300_pingroups;
658 spear3xx_machdata.ngroups = ARRAY_SIZE(spear300_pingroups);
659 spear3xx_machdata.functions = spear300_functions;
660 spear3xx_machdata.nfunctions = ARRAY_SIZE(spear300_functions);
661 spear3xx_machdata.gpio_pingroups = NULL;
662 spear3xx_machdata.ngpio_pingroups = 0;
664 spear3xx_machdata.modes_supported = true;
665 spear3xx_machdata.pmx_modes = spear300_pmx_modes;
666 spear3xx_machdata.npmx_modes = ARRAY_SIZE(spear300_pmx_modes);
668 pmx_init_addr(&spear3xx_machdata, PMX_CONFIG_REG);
670 return spear_pinctrl_probe(pdev, &spear3xx_machdata);