tag | line | file | source code |
nrports | 772 | drivers/char/istallion.c | if ((portnr < 0) || (portnr > brdp->nrports)) |
nrports | 2777 | drivers/char/istallion.c | for (i = 0, panelnr = 0, panelport = 0; (i < brdp->nrports); i++) { |
nrports | 3433 | drivers/char/istallion.c | brdp->nrports += 16; |
nrports | 3437 | drivers/char/istallion.c | brdp->nrports += 8; |
nrports | 3584 | drivers/char/istallion.c | brdp->nrports = 32; |
nrports | 3590 | drivers/char/istallion.c | brdp->nrports = i; |
nrports | 3592 | drivers/char/istallion.c | brdp->panels[0] = brdp->nrports; |
nrports | 3635 | drivers/char/istallion.c | if (nrdevs < (brdp->nrports + 1)) { |
nrports | 3637 | drivers/char/istallion.c | brdp->nrports = nrdevs - 1; |
nrports | 3759 | drivers/char/istallion.c | printk("STALLION: %s found, unit=%d io=%x mem=%x nrpanels=%d nrports=%d\n", stli_brdnames[brdp->brdtype], brdp->brdnr, brdp->iobase, (int) brdp->memaddr, brdp->nrpanels, brdp->nrports); |
nrports | 4166 | drivers/char/istallion.c | stli_brdstats.nrports = brdp->nrports; |
nrports | 4170 | drivers/char/istallion.c | stli_brdstats.panels[i].nrports = brdp->panels[i]; |
nrports | 4195 | drivers/char/istallion.c | if ((portnr < 0) || (portnr >= brdp->nrports)) |
nrports | 593 | drivers/char/stallion.c | if (minordev < brdp->panels[panelnr]->nrports) { |
nrports | 597 | drivers/char/stallion.c | minordev -= brdp->panels[panelnr]->nrports; |
nrports | 1783 | drivers/char/stallion.c | if (brdp->nrports > 4) { |
nrports | 1798 | drivers/char/stallion.c | if (panelp->nrports > 8) { |
nrports | 1819 | drivers/char/stallion.c | if (panelp->nrports > 8) { |
nrports | 1843 | drivers/char/stallion.c | if (panelp->nrports > 8) { |
nrports | 2409 | drivers/char/stallion.c | nrchips = panelp->nrports / CD1400_PORTS; |
nrports | 2443 | drivers/char/stallion.c | for (i = 0; (i < panelp->nrports); i++) { |
nrports | 2513 | drivers/char/stallion.c | brdp->nrports = 8; |
nrports | 2516 | drivers/char/stallion.c | brdp->nrports = 4; |
nrports | 2546 | drivers/char/stallion.c | panelp->nrports = brdp->nrports; |
nrports | 2656 | drivers/char/stallion.c | if ((brdp->nrports + 16) > 32) |
nrports | 2658 | drivers/char/stallion.c | panelp->nrports = 16; |
nrports | 2660 | drivers/char/stallion.c | brdp->nrports += 16; |
nrports | 2664 | drivers/char/stallion.c | panelp->nrports = 8; |
nrports | 2666 | drivers/char/stallion.c | brdp->nrports += 8; |
nrports | 2725 | drivers/char/stallion.c | printk("STALLION: %s found, unit=%d io=%x irq=%d nrpanels=%d nrports=%d\n", stl_brdnames[brdp->brdtype], brdp->brdnr, brdp->ioaddr1, brdp->irq, brdp->nrpanels, brdp->nrports); |
nrports | 2901 | drivers/char/stallion.c | stl_brdstats.nrports = brdp->nrports; |
nrports | 2906 | drivers/char/stallion.c | stl_brdstats.panels[i].nrports = panelp->nrports; |
nrports | 2934 | drivers/char/stallion.c | if ((portnr < 0) || (portnr >= panelp->nrports)) |
nrports | 80 | include/linux/comstats.h | unsigned long nrports; |
nrports | 93 | include/linux/comstats.h | unsigned long nrports; |
nrports | 101 | include/linux/istallion.h | int nrports; |
nrports | 107 | include/linux/stallion.h | int nrports; |
nrports | 120 | include/linux/stallion.h | int nrports; |