Home
last modified time | relevance | path

Searched refs:pio_mem (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/scsi/
H A Dmac_scsi.c448 struct resource *irq, *pio_mem, *pdma_mem = NULL; in mac_scsi_probe() local
450 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()
484 hostdata->base = pio_mem->start; in mac_scsi_probe()
485 hostdata->io = (u8 __iomem *)pio_mem->start; in mac_scsi_probe()