Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/sof/intel/
H A 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()
H A 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()
H A Datom.h55 #define IMR_BAR 2 macro