bsh 56 drivers/scsi/aic7xxx/aic7770_osm.c ahc->bsh.ioport = port; bsh 98 drivers/scsi/aic7xxx/aic7770_osm.c ahc->bsh.ioport = 0; bsh 905 drivers/scsi/aic7xxx/aic7xxx.h bus_space_handle_t bsh; bsh 404 drivers/scsi/aic7xxx/aic7xxx_osm.c x = readb(ahc->bsh.maddr + port); bsh 406 drivers/scsi/aic7xxx/aic7xxx_osm.c x = inb(ahc->bsh.ioport + port); bsh 416 drivers/scsi/aic7xxx/aic7xxx_osm.c writeb(val, ahc->bsh.maddr + port); bsh 418 drivers/scsi/aic7xxx/aic7xxx_osm.c outb(val, ahc->bsh.ioport + port); bsh 1244 drivers/scsi/aic7xxx/aic7xxx_osm.c && ahc->bsh.ioport != 0) bsh 1245 drivers/scsi/aic7xxx/aic7xxx_osm.c release_region(ahc->bsh.ioport, 256); bsh 1247 drivers/scsi/aic7xxx/aic7xxx_osm.c && ahc->bsh.maddr != NULL) { bsh 1248 drivers/scsi/aic7xxx/aic7xxx_osm.c iounmap(ahc->bsh.maddr); bsh 405 drivers/scsi/aic7xxx/aic7xxx_osm_pci.c ahc->bsh.maddr = maddr; bsh 423 drivers/scsi/aic7xxx/aic7xxx_osm_pci.c ahc->bsh.maddr = NULL; bsh 444 drivers/scsi/aic7xxx/aic7xxx_osm_pci.c ahc->bsh.ioport = (u_long)base;