Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/pci/
Dcommon.c130 struct resource *bar_r; in pcibios_fixup_device_resources() local
140 bar_r = &dev->resource[bar]; in pcibios_fixup_device_resources()
141 if (bar_r->start == 0 && bar_r->end != 0) { in pcibios_fixup_device_resources()
142 bar_r->flags = 0; in pcibios_fixup_device_resources()
143 bar_r->end = 0; in pcibios_fixup_device_resources()