Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/aic7xxx/
Daic7770_osm.c56 ahc->bsh.ioport = port; in aic7770_map_registers()
98 ahc->bsh.ioport = 0; in aic7770_probe()
Daic7xxx_osm_pci.c405 ahc->bsh.maddr = maddr; in ahc_pci_map_registers()
423 ahc->bsh.maddr = NULL; in ahc_pci_map_registers()
444 ahc->bsh.ioport = (u_long)base; in ahc_pci_map_registers()
Daic7xxx_osm.c404 x = readb(ahc->bsh.maddr + port); in ahc_inb()
406 x = inb(ahc->bsh.ioport + port); in ahc_inb()
416 writeb(val, ahc->bsh.maddr + port); in ahc_outb()
418 outb(val, ahc->bsh.ioport + port); in ahc_outb()
1244 && ahc->bsh.ioport != 0) in ahc_platform_free()
1245 release_region(ahc->bsh.ioport, 256); in ahc_platform_free()
1247 && ahc->bsh.maddr != NULL) { in ahc_platform_free()
1248 iounmap(ahc->bsh.maddr); in ahc_platform_free()
Daic7xxx.h905 bus_space_handle_t bsh; member