Lines Matching refs:base
323 ahc_linux_pci_reserve_io_region(struct ahc_softc *ahc, resource_size_t *base)
328 *base = pci_resource_start(ahc->dev_softc, 0);
329 if (*base == 0)
331 if (!request_region(*base, 256, "aic7xxx"))
366 resource_size_t base;
375 base = 0;
377 error = ahc_linux_pci_reserve_mem_region(ahc, &base, &maddr);
379 ahc->platform_data->mem_busaddr = base;
409 (unsigned long long)base);
417 error = ahc_linux_pci_reserve_io_region(ahc, &base);
420 ahc->bsh.ioport = (u_long)base;
428 (unsigned long long)base);