Searched refs:bsh (Results 1 – 5 of 5) sorted by relevance
321 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()
617 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()
195 ahc->bsh.ioport = 0; in aic7770_linux_config()222 ahc->bsh.ioport = port; in aic7770_map_registers()
1595 value = rahc->bsh.ioport1596 - 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;
918 bus_space_handle_t bsh; member