Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/sof/intel/
Dpci-tng.c107 sdev->bar[IMR_BAR] = devm_ioremap(sdev->dev, base, size); in tangier_pci_probe()
108 if (!sdev->bar[IMR_BAR]) { in tangier_pci_probe()
113 dev_dbg(sdev->dev, "IMR VADDR %p\n", sdev->bar[IMR_BAR]); in tangier_pci_probe()
Dbyt.c183 sdev->bar[IMR_BAR] = devm_ioremap(sdev->dev, base, size); in byt_acpi_probe()
184 if (!sdev->bar[IMR_BAR]) { in byt_acpi_probe()
189 dev_dbg(sdev->dev, "IMR VADDR %p\n", sdev->bar[IMR_BAR]); in byt_acpi_probe()
Datom.h55 #define IMR_BAR 2 macro