Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/soc/sof/amd/
A Dpci-rmb.c88 const struct resource *res_i2s; in acp_pci_rmb_probe() local
121 res_i2s = rembrandt_res; in acp_pci_rmb_probe()
122 for (i = 0; i < ARRAY_SIZE(rembrandt_res); i++, res_i2s++) { in acp_pci_rmb_probe()
123 res[i].name = res_i2s->name; in acp_pci_rmb_probe()
124 res[i].flags = res_i2s->flags; in acp_pci_rmb_probe()
125 res[i].start = addr + res_i2s->start; in acp_pci_rmb_probe()
126 res[i].end = addr + res_i2s->end; in acp_pci_rmb_probe()
127 if (res_i2s->flags == IORESOURCE_IRQ) { in acp_pci_rmb_probe()
A Dpci-rn.c88 const struct resource *res_i2s; in acp_pci_rn_probe() local
120 res_i2s = renoir_res; in acp_pci_rn_probe()
121 for (i = 0; i < ARRAY_SIZE(renoir_res); i++, res_i2s++) { in acp_pci_rn_probe()
122 res[i].name = res_i2s->name; in acp_pci_rn_probe()
123 res[i].flags = res_i2s->flags; in acp_pci_rn_probe()
124 res[i].start = addr + res_i2s->start; in acp_pci_rn_probe()
125 res[i].end = addr + res_i2s->end; in acp_pci_rn_probe()
126 if (res_i2s->flags == IORESOURCE_IRQ) { in acp_pci_rn_probe()

Completed in 3 milliseconds