| tag | line | file | source code |
| n_io_port | 1013 | drivers/scsi/aha1542.c | shpnt->n_io_port = 4; /* Number of bytes of I/O space used */ |
| n_io_port | 1293 | drivers/scsi/buslogic.c | shpnt->n_io_port = 4; /* Number of bytes of I/O space used */ |
| n_io_port | 449 | drivers/scsi/eata.c | sh[j]->n_io_port = REGION_SIZE; |
| n_io_port | 105 | drivers/scsi/eata_dma.c | if (sh->io_port && sh->n_io_port) |
| n_io_port | 106 | drivers/scsi/eata_dma.c | release_region(sh->io_port, sh->n_io_port); |
| n_io_port | 792 | drivers/scsi/eata_dma.c | sh->n_io_port = 9; |
| n_io_port | 250 | drivers/scsi/hosts.h | unsigned char n_io_port; |
| n_io_port | 638 | drivers/scsi/in2000.c | shpnt->n_io_port = 12; |
| n_io_port | 555 | drivers/scsi/qlogic.c | hreg->n_io_port = 16; |
| n_io_port | 2374 | drivers/scsi/scsi.c | if (shpnt->io_port && shpnt->n_io_port) |
| n_io_port | 2375 | drivers/scsi/scsi.c | release_region(shpnt->io_port, shpnt->n_io_port); |
| n_io_port | 393 | drivers/scsi/u14-34f.c | sh[j]->n_io_port = REGION_SIZE; |