Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/pci/
H A 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()
/kernel/linux/linux-6.6/arch/x86/pci/
H A 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()

Completed in 4 milliseconds