Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/sof/intel/
Dpci-tng.c103 sdev->bar[IMR_BAR] = devm_ioremap(sdev->dev, base, size); in tangier_pci_probe()
104 if (!sdev->bar[IMR_BAR]) { in tangier_pci_probe()
109 dev_dbg(sdev->dev, "IMR VADDR %p\n", sdev->bar[IMR_BAR]); in tangier_pci_probe()
Dbyt.c181 sdev->bar[IMR_BAR] = devm_ioremap(sdev->dev, base, size); in byt_acpi_probe()
182 if (!sdev->bar[IMR_BAR]) { in byt_acpi_probe()
187 dev_dbg(sdev->dev, "IMR VADDR %p\n", sdev->bar[IMR_BAR]); in byt_acpi_probe()
Datom.h55 #define IMR_BAR 2 macro