Searched refs:pio_mem (Results 1 – 1 of 1) sorted by relevance
448 struct resource *irq, *pio_mem, *pdma_mem = NULL; in mac_scsi_probe() local450 pio_mem = platform_get_resource(pdev, IORESOURCE_MEM, 0); in mac_scsi_probe()451 if (!pio_mem) in mac_scsi_probe()458 if (!hwreg_present((unsigned char *)pio_mem->start + in mac_scsi_probe()460 pr_info(PFX "no device detected at %pap\n", &pio_mem->start); in mac_scsi_probe()487 hostdata->base = pio_mem->start; in mac_scsi_probe()488 hostdata->io = (u8 __iomem *)pio_mem->start; in mac_scsi_probe()