Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx_osm_pci.c321 ahc->bsh.maddr = maddr; in ahc_pci_map_registers()
341 ahc->bsh.maddr = NULL; in ahc_pci_map_registers()
363 ahc->bsh.ioport = base; in ahc_pci_map_registers()
Daic7xxx_osm.h617 x = readb(ahc->bsh.maddr + port); in ahc_inb()
619 x = inb(ahc->bsh.ioport + port); in ahc_inb()
622 x = inb(ahc->bsh.ioport + port); in ahc_inb()
633 writeb(val, ahc->bsh.maddr + port); in ahc_outb()
635 outb(val, ahc->bsh.ioport + port); in ahc_outb()
638 outb(val, ahc->bsh.ioport + port); in ahc_outb()
Daic7770_osm.c195 ahc->bsh.ioport = 0; in aic7770_linux_config()
222 ahc->bsh.ioport = port; in aic7770_map_registers()
Daic7xxx_osm.c1595 value = rahc->bsh.ioport
1596 - lahc->bsh.ioport;
2015 && ahc->bsh.ioport != 0)
2016 release_region(ahc->bsh.ioport, 256);
2018 && ahc->bsh.maddr != NULL) {
2021 base_addr = (u_long)ahc->bsh.maddr;
Daic7xxx.h918 bus_space_handle_t bsh; member