tag | line | file | source code |
n_io_port | 763 | drivers/scsi/aha152x.c | hreg->n_io_port = 0x20; |
n_io_port | 1013 | drivers/scsi/aha1542.c | shpnt->n_io_port = 4; /* Number of bytes of I/O space used */ |
n_io_port | 1264 | drivers/scsi/buslogic.c | shpnt->n_io_port = 4; /* Number of bytes of I/O space used */ |
n_io_port | 482 | drivers/scsi/eata.c | sh[j]->n_io_port = REGION_SIZE; |
n_io_port | 130 | drivers/scsi/eata_dma.c | if (sh->io_port && sh->n_io_port) |
n_io_port | 131 | drivers/scsi/eata_dma.c | release_region(sh->io_port, sh->n_io_port); |
n_io_port | 875 | drivers/scsi/eata_dma.c | sh->n_io_port = 9; |
n_io_port | 251 | 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 | 597 | drivers/scsi/qlogic.c | hreg->n_io_port = 16; |
n_io_port | 2417 | drivers/scsi/scsi.c | if (shpnt->io_port && shpnt->n_io_port) |
n_io_port | 2418 | drivers/scsi/scsi.c | release_region(shpnt->io_port, shpnt->n_io_port); |
n_io_port | 420 | drivers/scsi/u14-34f.c | sh[j]->n_io_port = REGION_SIZE; |