Searched refs:bsh (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7770_osm.c56 ahc->bsh.ioport = port;
98 ahc->bsh.ioport = 0;
H A Daic7xxx_osm_pci.c317 ahc->bsh.maddr = maddr;
335 ahc->bsh.maddr = NULL;
356 ahc->bsh.ioport = base;
H A Daic7xxx_osm.h400 x = readb(ahc->bsh.maddr + port);
402 x = inb(ahc->bsh.ioport + port);
412 writeb(val, ahc->bsh.maddr + port);
414 outb(val, ahc->bsh.ioport + port);
H A Daic7xxx_osm.c1187 && ahc->bsh.ioport != 0)
1188 release_region(ahc->bsh.ioport, 256);
1190 && ahc->bsh.maddr != NULL) {
1191 iounmap(ahc->bsh.maddr);
H A Daic7xxx.h905 bus_space_handle_t bsh; member in struct:ahc_softc

Completed in 70 milliseconds