Searched refs:res_acp (Results 1 – 1 of 1) sorted by relevance
51 const struct resource *res_acp; in acp_pci_probe() local78 res_acp = acp_res; in acp_pci_probe()120 for (i = 0; i < num_res; i++, res_acp++) { in acp_pci_probe()121 res[i].name = res_acp->name; in acp_pci_probe()122 res[i].flags = res_acp->flags; in acp_pci_probe()123 res[i].start = addr + res_acp->start; in acp_pci_probe()124 res[i].end = addr + res_acp->end; in acp_pci_probe()125 if (res_acp->flags == IORESOURCE_IRQ) { in acp_pci_probe()