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