Lines Matching refs:resource
198 struct resource *pres; in softingcs_probe_config()
202 pres = pcmcia->resource[PCMCIA_IOMEM_0]; in softingcs_probe_config()
241 struct resource *pres; in softingcs_probe()
244 struct resource res[2]; in softingcs_probe()
263 pres = pcmcia->resource[PCMCIA_IOMEM_0]; in softingcs_probe()
275 dev->pdev.resource = dev->res; in softingcs_probe()
285 pdev->resource[0].flags = IORESOURCE_MEM; in softingcs_probe()
286 pdev->resource[0].start = pres->start; in softingcs_probe()
287 pdev->resource[0].end = pres->end; in softingcs_probe()
289 pdev->resource[1].flags = IORESOURCE_IRQ; in softingcs_probe()
290 pdev->resource[1].start = pcmcia->irq; in softingcs_probe()
291 pdev->resource[1].end = pdev->resource[1].start; in softingcs_probe()