Home
last modified time | relevance | path

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

/linux/drivers/scsi/aic7xxx/
A Daic7770_osm.c56 ahc->bsh.ioport = port; in aic7770_map_registers()
98 ahc->bsh.ioport = 0; in aic7770_probe()
A Daic7xxx_osm_pci.c381 ahc->bsh.maddr = maddr; in ahc_pci_map_registers()
399 ahc->bsh.maddr = NULL; in ahc_pci_map_registers()
420 ahc->bsh.ioport = (u_long)base; in ahc_pci_map_registers()
A Daic7xxx_osm.c405 x = readb(ahc->bsh.maddr + port); in ahc_inb()
407 x = inb(ahc->bsh.ioport + port); in ahc_inb()
417 writeb(val, ahc->bsh.maddr + port); in ahc_outb()
419 outb(val, ahc->bsh.ioport + port); in ahc_outb()
1227 && ahc->bsh.ioport != 0) in ahc_platform_free()
1228 release_region(ahc->bsh.ioport, 256); in ahc_platform_free()
1230 && ahc->bsh.maddr != NULL) { in ahc_platform_free()
1231 iounmap(ahc->bsh.maddr); in ahc_platform_free()
A Daic7xxx.h903 bus_space_handle_t bsh; member

Completed in 12 milliseconds