bshs             1055 drivers/scsi/aic7xxx/aic79xx.h 	bus_space_handle_t        bshs[2];
bshs              406 drivers/scsi/aic7xxx/aic79xx_osm.c 		x = readb(ahd->bshs[0].maddr + port);
bshs              408 drivers/scsi/aic7xxx/aic79xx_osm.c 		x = inb(ahd->bshs[(port) >> 8].ioport + ((port) & 0xFF));
bshs              421 drivers/scsi/aic7xxx/aic79xx_osm.c 		x = readw(ahd->bshs[0].maddr + port);
bshs              423 drivers/scsi/aic7xxx/aic79xx_osm.c 		x = inw(ahd->bshs[(port) >> 8].ioport + ((port) & 0xFF));
bshs              434 drivers/scsi/aic7xxx/aic79xx_osm.c 		writeb(val, ahd->bshs[0].maddr + port);
bshs              436 drivers/scsi/aic7xxx/aic79xx_osm.c 		outb(val, ahd->bshs[(port) >> 8].ioport + (port & 0xFF));
bshs              445 drivers/scsi/aic7xxx/aic79xx_osm.c 		writew(val, ahd->bshs[0].maddr + port);
bshs              447 drivers/scsi/aic7xxx/aic79xx_osm.c 		outw(val, ahd->bshs[(port) >> 8].ioport + (port & 0xFF));
bshs             1354 drivers/scsi/aic7xxx/aic79xx_osm.c 		 && ahd->bshs[0].ioport != 0)
bshs             1355 drivers/scsi/aic7xxx/aic79xx_osm.c 			release_region(ahd->bshs[0].ioport, 256);
bshs             1357 drivers/scsi/aic7xxx/aic79xx_osm.c 		 && ahd->bshs[1].ioport != 0)
bshs             1358 drivers/scsi/aic7xxx/aic79xx_osm.c 			release_region(ahd->bshs[1].ioport, 256);
bshs             1360 drivers/scsi/aic7xxx/aic79xx_osm.c 		 && ahd->bshs[0].maddr != NULL) {
bshs             1361 drivers/scsi/aic7xxx/aic79xx_osm.c 			iounmap(ahd->bshs[0].maddr);
bshs              327 drivers/scsi/aic7xxx/aic79xx_osm_pci.c 		ahd->bshs[0].maddr = maddr;
bshs              329 drivers/scsi/aic7xxx/aic79xx_osm_pci.c 		ahd->bshs[1].maddr = maddr + 0x100;
bshs              343 drivers/scsi/aic7xxx/aic79xx_osm_pci.c 			ahd->bshs[0].maddr = NULL;
bshs              363 drivers/scsi/aic7xxx/aic79xx_osm_pci.c 			ahd->bshs[0].ioport = (u_long)base;
bshs              364 drivers/scsi/aic7xxx/aic79xx_osm_pci.c 			ahd->bshs[1].ioport = (u_long)base2;