maxnr             707 arch/powerpc/lib/rheap.c 	int maxnr;
maxnr             710 arch/powerpc/lib/rheap.c 	maxnr = ARRAY_SIZE(st);
maxnr             717 arch/powerpc/lib/rheap.c 	nr = rh_get_stats(info, RHGS_FREE, maxnr, st);
maxnr             718 arch/powerpc/lib/rheap.c 	if (nr > maxnr)
maxnr             719 arch/powerpc/lib/rheap.c 		nr = maxnr;
maxnr             728 arch/powerpc/lib/rheap.c 	nr = rh_get_stats(info, RHGS_TAKEN, maxnr, st);
maxnr             729 arch/powerpc/lib/rheap.c 	if (nr > maxnr)
maxnr             730 arch/powerpc/lib/rheap.c 		nr = maxnr;
maxnr             554 drivers/tty/serial/8250/8250_exar.c 	unsigned int nr_ports, i, bar = 0, maxnr;
maxnr             568 drivers/tty/serial/8250/8250_exar.c 	maxnr = pci_resource_len(pcidev, bar) >> (board->reg_shift + 3);
maxnr             600 drivers/tty/serial/8250/8250_exar.c 	for (i = 0; i < nr_ports && i < maxnr; i++) {
maxnr            1328 drivers/tty/serial/8250/8250_pci.c 	unsigned int bar, offset = board->first_offset, maxnr;
maxnr            1336 drivers/tty/serial/8250/8250_pci.c 	maxnr = (pci_resource_len(priv->dev, bar) - board->first_offset) >>
maxnr            1339 drivers/tty/serial/8250/8250_pci.c 	if (board->flags & FL_REGION_SZ_CAP && idx >= maxnr)
maxnr            1378 drivers/tty/serial/8250/8250_pci.c 	unsigned int bar, offset = board->first_offset, maxnr;
maxnr            1387 drivers/tty/serial/8250/8250_pci.c 	maxnr = (pci_resource_len(priv->dev, bar) - board->first_offset) >>
maxnr            1390 drivers/tty/serial/8250/8250_pci.c 	if (board->flags & FL_REGION_SZ_CAP && idx >= maxnr)
maxnr            1402 drivers/tty/serial/8250/8250_pci.c 	unsigned int bar, offset = board->first_offset, maxnr;
maxnr            1413 drivers/tty/serial/8250/8250_pci.c 	maxnr = (pci_resource_len(priv->dev, bar) - board->first_offset) >>
maxnr            1416 drivers/tty/serial/8250/8250_pci.c 	if (board->flags & FL_REGION_SZ_CAP && idx >= maxnr)