| tag | line | file | source code | 
| port_base | 188 | drivers/scsi/NCR53c406a.c | static int   port_base = PORT_BASE; | 
| port_base | 190 | drivers/scsi/NCR53c406a.c | static int   port_base = 0; | 
| port_base | 488 | drivers/scsi/NCR53c406a.c | if (check_region(port_base, 0x10)) /* ports already snatched */ | 
| port_base | 489 | drivers/scsi/NCR53c406a.c | port_base = 0; | 
| port_base | 492 | drivers/scsi/NCR53c406a.c | if (port_base) {    /* LILO override */ | 
| port_base | 493 | drivers/scsi/NCR53c406a.c | if (check_region(port_base, 0x10)) | 
| port_base | 494 | drivers/scsi/NCR53c406a.c | port_base = 0; | 
| port_base | 497 | drivers/scsi/NCR53c406a.c | for(i=0;  i<PORT_COUNT && !port_base; i++){ | 
| port_base | 508 | drivers/scsi/NCR53c406a.c | VDEB(printk("port_base=%x\n", port_base)); | 
| port_base | 509 | drivers/scsi/NCR53c406a.c | port_base = ports[i]; | 
| port_base | 516 | drivers/scsi/NCR53c406a.c | if(!port_base){    /* no ports found */ | 
| port_base | 536 | drivers/scsi/NCR53c406a.c | DEB(printk("NCR53c406a: using port_base %x\n", port_base)); | 
| port_base | 537 | drivers/scsi/NCR53c406a.c | request_region(port_base, 0x10, "NCR53c406a"); | 
| port_base | 575 | drivers/scsi/NCR53c406a.c | shpnt->io_port = port_base; | 
| port_base | 583 | drivers/scsi/NCR53c406a.c | port_base, irq_level, dma_chan); | 
| port_base | 586 | drivers/scsi/NCR53c406a.c | port_base, irq_level, fast_pio ? "fast" : "slow"); | 
| port_base | 609 | drivers/scsi/NCR53c406a.c | for (i = 0; i < PORT_COUNT && !port_base; i++) | 
| port_base | 611 | drivers/scsi/NCR53c406a.c | port_base = ints[1]; | 
| port_base | 612 | drivers/scsi/NCR53c406a.c | DEB(printk("NCR53c406a: Specified port_base 0x%X\n", port_base);) | 
| port_base | 614 | drivers/scsi/NCR53c406a.c | if (!port_base) { | 
| port_base | 628 | drivers/scsi/NCR53c406a.c | DEB(printk("NCR53c406a: Specified irq %d\n", port_base);) | 
| port_base | 638 | drivers/scsi/NCR53c406a.c | port_base, irq_level, fast_pio);) | 
| port_base | 1017 | drivers/scsi/NCR53c406a.c | TC_LSB    = (port_base+0x00); | 
| port_base | 1018 | drivers/scsi/NCR53c406a.c | TC_MSB    = (port_base+0x01); | 
| port_base | 1019 | drivers/scsi/NCR53c406a.c | SCSI_FIFO    = (port_base+0x02); | 
| port_base | 1020 | drivers/scsi/NCR53c406a.c | CMD_REG    = (port_base+0x03); | 
| port_base | 1021 | drivers/scsi/NCR53c406a.c | STAT_REG    = (port_base+0x04); | 
| port_base | 1022 | drivers/scsi/NCR53c406a.c | DEST_ID    = (port_base+0x04); | 
| port_base | 1023 | drivers/scsi/NCR53c406a.c | INT_REG    = (port_base+0x05); | 
| port_base | 1024 | drivers/scsi/NCR53c406a.c | SRTIMOUT    = (port_base+0x05); | 
| port_base | 1025 | drivers/scsi/NCR53c406a.c | SEQ_REG    = (port_base+0x06); | 
| port_base | 1026 | drivers/scsi/NCR53c406a.c | SYNCPRD    = (port_base+0x06); | 
| port_base | 1027 | drivers/scsi/NCR53c406a.c | FIFO_FLAGS    = (port_base+0x07); | 
| port_base | 1028 | drivers/scsi/NCR53c406a.c | SYNCOFF    = (port_base+0x07); | 
| port_base | 1029 | drivers/scsi/NCR53c406a.c | CONFIG1    = (port_base+0x08); | 
| port_base | 1030 | drivers/scsi/NCR53c406a.c | CLKCONV    = (port_base+0x09); | 
| port_base | 1032 | drivers/scsi/NCR53c406a.c | CONFIG2    = (port_base+0x0B); | 
| port_base | 1033 | drivers/scsi/NCR53c406a.c | CONFIG3    = (port_base+0x0C); | 
| port_base | 1034 | drivers/scsi/NCR53c406a.c | CONFIG4    = (port_base+0x0D); | 
| port_base | 1035 | drivers/scsi/NCR53c406a.c | TC_HIGH    = (port_base+0x0E); | 
| port_base | 1042 | drivers/scsi/NCR53c406a.c | PIO_FIFO    = (port_base+0x04); | 
| port_base | 1046 | drivers/scsi/NCR53c406a.c | PIO_STATUS    = (port_base+0x08); | 
| port_base | 1049 | drivers/scsi/NCR53c406a.c | PIO_FLAG    = (port_base+0x0B); | 
| port_base | 1050 | drivers/scsi/NCR53c406a.c | CONFIG5    = (port_base+0x0D); | 
| port_base | 368 | drivers/scsi/eata.c | static inline int port_detect(ushort *port_base, unsigned int j,  | 
| port_base | 382 | drivers/scsi/eata.c | if(check_region(*port_base, REGION_SIZE)) { | 
| port_base | 384 | drivers/scsi/eata.c | name, *port_base); | 
| port_base | 388 | drivers/scsi/eata.c | if (do_dma(*port_base, 0, READ_CONFIG_PIO)) return FALSE; | 
| port_base | 391 | drivers/scsi/eata.c | if (read_pio(*port_base, (ushort *)&info, (ushort *)&info.ipad[0]))  | 
| port_base | 414 | drivers/scsi/eata.c | if (*port_base & EISA_RANGE) { | 
| port_base | 472 | drivers/scsi/eata.c | if (do_dma(*port_base, (unsigned int)&config, SET_CONFIG_DMA)) { | 
| port_base | 491 | drivers/scsi/eata.c | sh[j]->io_port = *port_base; | 
| port_base | 562 | drivers/scsi/eata.c | ushort *port_base = io_port; | 
| port_base | 576 | drivers/scsi/eata.c | while (*port_base) { | 
| port_base | 578 | drivers/scsi/eata.c | if (j < MAX_BOARDS && port_detect(port_base, j, tpnt)) j++; | 
| port_base | 580 | drivers/scsi/eata.c | port_base++; | 
| port_base | 307 | drivers/scsi/fdomain.c | static int               port_base         = 0; | 
| port_base | 459 | drivers/scsi/fdomain.c | port_base ); | 
| port_base | 474 | drivers/scsi/fdomain.c | port_base       = ints[0] >= 1 ? ints[1] : 0; | 
| port_base | 558 | drivers/scsi/fdomain.c | outb( i, port_base + Write_Loopback ); | 
| port_base | 559 | drivers/scsi/fdomain.c | result = inb( port_base + Read_Loopback ); | 
| port_base | 874 | drivers/scsi/fdomain.c | port_base, interrupt_level ); | 
| port_base | 876 | drivers/scsi/fdomain.c | if (!fdomain_is_valid_port( port_base )) { | 
| port_base | 878 | drivers/scsi/fdomain.c | port_base ); | 
| port_base | 909 | drivers/scsi/fdomain.c | flag = fdomain_isa_detect( &interrupt_level, &port_base ); | 
| port_base | 912 | drivers/scsi/fdomain.c | flag = fdomain_pci_bios_detect( &interrupt_level, &port_base ); | 
| port_base | 914 | drivers/scsi/fdomain.c | flag = fdomain_pci_nobios_detect( &interrupt_level, &port_base ); | 
| port_base | 930 | drivers/scsi/fdomain.c | SCSI_Mode_Cntl_port   = port_base + SCSI_Mode_Cntl; | 
| port_base | 931 | drivers/scsi/fdomain.c | FIFO_Data_Count_port  = port_base + FIFO_Data_Count; | 
| port_base | 932 | drivers/scsi/fdomain.c | Interrupt_Cntl_port   = port_base + Interrupt_Cntl; | 
| port_base | 933 | drivers/scsi/fdomain.c | Interrupt_Status_port = port_base + Interrupt_Status; | 
| port_base | 934 | drivers/scsi/fdomain.c | Read_FIFO_port        = port_base + Read_FIFO; | 
| port_base | 935 | drivers/scsi/fdomain.c | Read_SCSI_Data_port   = port_base + Read_SCSI_Data; | 
| port_base | 936 | drivers/scsi/fdomain.c | SCSI_Cntl_port        = port_base + SCSI_Cntl; | 
| port_base | 937 | drivers/scsi/fdomain.c | SCSI_Data_NoACK_port  = port_base + SCSI_Data_NoACK; | 
| port_base | 938 | drivers/scsi/fdomain.c | SCSI_Status_port      = port_base + SCSI_Status; | 
| port_base | 939 | drivers/scsi/fdomain.c | TMC_Cntl_port         = port_base + TMC_Cntl; | 
| port_base | 940 | drivers/scsi/fdomain.c | TMC_Status_port       = port_base + TMC_Status; | 
| port_base | 941 | drivers/scsi/fdomain.c | Write_FIFO_port       = port_base + Write_FIFO; | 
| port_base | 942 | drivers/scsi/fdomain.c | Write_SCSI_Data_port  = port_base + Write_SCSI_Data; | 
| port_base | 952 | drivers/scsi/fdomain.c | port_base ); | 
| port_base | 1004 | drivers/scsi/fdomain.c | request_region( port_base, 0x10, "fdomain" ); | 
| port_base | 1133 | drivers/scsi/fdomain.c | outb( adapter_mask, port_base + SCSI_Data_NoACK ); /* Set our id bit */ | 
| port_base | 1779 | drivers/scsi/fdomain.c | printk( "FIFO Status      = 0x%02x\n", inb( port_base + FIFO_Status ) ); | 
| port_base | 1781 | drivers/scsi/fdomain.c | inb( port_base + Interrupt_Cond ) ); | 
| port_base | 1783 | drivers/scsi/fdomain.c | printk( "Configuration 1  = 0x%02x\n", inb( port_base + Configuration1 ) ); | 
| port_base | 1786 | drivers/scsi/fdomain.c | inb( port_base + Configuration2 ) ); | 
| port_base | 345 | drivers/scsi/u14-34f.c | static inline int port_detect(ushort *port_base, unsigned int j,  | 
| port_base | 389 | drivers/scsi/u14-34f.c | if(check_region(*port_base, REGION_SIZE)) { | 
| port_base | 391 | drivers/scsi/u14-34f.c | name, *port_base); | 
| port_base | 395 | drivers/scsi/u14-34f.c | if (inb(*port_base + REG_PRODUCT_ID1) != PRODUCT_ID1) return FALSE; | 
| port_base | 397 | drivers/scsi/u14-34f.c | in_byte = inb(*port_base + REG_PRODUCT_ID2); | 
| port_base | 401 | drivers/scsi/u14-34f.c | *(char *)&config_1 = inb(*port_base + REG_CONFIG1); | 
| port_base | 402 | drivers/scsi/u14-34f.c | *(char *)&config_2 = inb(*port_base + REG_CONFIG2); | 
| port_base | 434 | drivers/scsi/u14-34f.c | sh[j]->io_port = *port_base; | 
| port_base | 521 | drivers/scsi/u14-34f.c | ushort *port_base = io_port; | 
| port_base | 535 | drivers/scsi/u14-34f.c | while (*port_base) { | 
| port_base | 537 | drivers/scsi/u14-34f.c | if (j < MAX_BOARDS && port_detect(port_base, j, tpnt)) j++; | 
| port_base | 539 | drivers/scsi/u14-34f.c | port_base++; |