tag | line | file | source code |
n_io_port | 569 | drivers/scsi/NCR53c406a.c | shpnt->n_io_port = 0x10; |
n_io_port | 779 | drivers/scsi/aha152x.c | hreg->n_io_port = 0x20; |
n_io_port | 1027 | drivers/scsi/aha1542.c | shpnt->n_io_port = 4; /* Number of bytes of I/O space used */ |
n_io_port | 1272 | drivers/scsi/buslogic.c | shpnt->n_io_port = 4; /* Number of bytes of I/O space used */ |
n_io_port | 492 | drivers/scsi/eata.c | sh[j]->n_io_port = REGION_SIZE; |
n_io_port | 146 | drivers/scsi/eata_dma.c | if (sh->io_port && sh->n_io_port) |
n_io_port | 147 | drivers/scsi/eata_dma.c | release_region(sh->io_port, sh->n_io_port); |
n_io_port | 1037 | drivers/scsi/eata_dma.c | sh->n_io_port = 9; |
n_io_port | 105 | drivers/scsi/eata_pio.c | if (sh->io_port && sh->n_io_port) |
n_io_port | 106 | drivers/scsi/eata_pio.c | release_region(sh->io_port, sh->n_io_port); |
n_io_port | 788 | drivers/scsi/eata_pio.c | sh->n_io_port = 8; |
n_io_port | 273 | drivers/scsi/hosts.h | unsigned char n_io_port; |
n_io_port | 650 | drivers/scsi/in2000.c | shpnt->n_io_port = 12; |
n_io_port | 618 | drivers/scsi/qlogic.c | hreg->n_io_port = 16; |
n_io_port | 2802 | drivers/scsi/scsi.c | if (shpnt->io_port && shpnt->n_io_port) |
n_io_port | 2803 | drivers/scsi/scsi.c | release_region(shpnt->io_port, shpnt->n_io_port); |
n_io_port | 435 | drivers/scsi/u14-34f.c | sh[j]->n_io_port = REGION_SIZE; |