Searched refs:bshs (Results 1 – 3 of 3) sorted by relevance
308 ahd->bshs[0].maddr = maddr; in ahd_pci_map_registers()310 ahd->bshs[1].maddr = maddr + 0x100; in ahd_pci_map_registers()324 ahd->bshs[0].maddr = NULL; in ahd_pci_map_registers()344 ahd->bshs[0].ioport = (u_long)base; in ahd_pci_map_registers()345 ahd->bshs[1].ioport = (u_long)base2; in ahd_pci_map_registers()
406 x = readb(ahd->bshs[0].maddr + port); in ahd_inb()408 x = inb(ahd->bshs[(port) >> 8].ioport + ((port) & 0xFF)); in ahd_inb()421 x = readw(ahd->bshs[0].maddr + port);434 writeb(val, ahd->bshs[0].maddr + port); in ahd_outb()445 writew(val, ahd->bshs[0].maddr + port); in ahd_outw_atomic()1334 && ahd->bshs[0].ioport != 0) in ahd_platform_free()1335 release_region(ahd->bshs[0].ioport, 256); in ahd_platform_free()1337 && ahd->bshs[1].ioport != 0) in ahd_platform_free()1338 release_region(ahd->bshs[1].ioport, 256); in ahd_platform_free()1340 && ahd->bshs[0].maddr != NULL) { in ahd_platform_free()[all …]
1055 bus_space_handle_t bshs[2]; member