Searched refs:pio_mem (Results 1 – 1 of 1) sorted by relevance
347 struct resource *irq, *pio_mem, *pdma_mem = NULL; in mac_scsi_probe() local349 pio_mem = platform_get_resource(pdev, IORESOURCE_MEM, 0); in mac_scsi_probe()350 if (!pio_mem) in mac_scsi_probe()357 if (!hwreg_present((unsigned char *)pio_mem->start + in mac_scsi_probe()359 pr_info(PFX "no device detected at %pap\n", &pio_mem->start); in mac_scsi_probe()383 hostdata->base = pio_mem->start; in mac_scsi_probe()384 hostdata->io = (u8 __iomem *)pio_mem->start; in mac_scsi_probe()