Home
last modified time | relevance | path

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

/Linux-v6.1/sound/soc/amd/acp/
Dacp-pci.c51 const struct resource *res_acp; in acp_pci_probe() local
78 res_acp = acp_res; in acp_pci_probe()
116 for (i = 0; i < num_res; i++, res_acp++) { in acp_pci_probe()
117 res[i].name = res_acp->name; in acp_pci_probe()
118 res[i].flags = res_acp->flags; in acp_pci_probe()
119 res[i].start = addr + res_acp->start; in acp_pci_probe()
120 res[i].end = addr + res_acp->end; in acp_pci_probe()
121 if (res_acp->flags == IORESOURCE_IRQ) { in acp_pci_probe()