Searched refs:numports (Results 1 – 6 of 6) sorted by relevance
103 int numports, numshmems, *port; in com90xx_probe() local125 numports = numshmems = 0; in com90xx_probe()127 ports[numports++] = io; in com90xx_probe()130 ports[numports++] = count; in com90xx_probe()141 for (port = &ports[0]; port - ports < numports; port++) { in com90xx_probe()158 *port-- = ports[--numports]; in com90xx_probe()167 *port-- = ports[--numports]; in com90xx_probe()180 if (!numports) { in com90xx_probe()191 for (port = &ports[0]; port < ports + numports; port++) { in com90xx_probe()271 for (port = &ports[0]; port < ports + numports; port++) in com90xx_probe()[all …]
73 int numports; member103 par->numports = 1; in netmos_parallel_init()110 par->numports = (dev->subsystem_device & 0xf0) >> 4; in netmos_parallel_init()111 if (par->numports > ARRAY_SIZE(par->addr)) in netmos_parallel_init()112 par->numports = ARRAY_SIZE(par->addr); in netmos_parallel_init()556 for (n = 0; n < card->numports; n++) { in parport_register()567 ARRAY_SIZE(priv->port), card->numports); in parport_register()
2655 int numports; member2836 for (n = 0; n < cards[i].numports; n++) { in parport_pc_pci_probe()
181 int __init imx_iomuxv1_init(void __iomem *base, int numports) in imx_iomuxv1_init() argument184 imx_iomuxv1_numports = numports; in imx_iomuxv1_init()
92 extern int imx_iomuxv1_init(void __iomem *base, int numports);
171 static unsigned int numports[MAX_BOARDS]; variable185 module_param_array(numports, uint, NULL, 0);186 MODULE_PARM_DESC(numports, "numports (ignored for C218)");1085 numports[i]; in moxa_init()