Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/pci/
H A Dolpc.c167 static int bar_probing; /* Set after a write of ~0 to a BAR */ variable
194 addr = (uint32_t)hdr + reg + (bar_probing ? -0x10 : 0x20); in hdr_addr()
196 bar_probing = 0; in hdr_addr()
284 bar_probing = 1; in pci_olpc_write()
/kernel/linux/linux-6.6/arch/x86/pci/
H A Dolpc.c167 static int bar_probing; /* Set after a write of ~0 to a BAR */ variable
194 addr = (uint32_t)hdr + reg + (bar_probing ? -0x10 : 0x20); in hdr_addr()
196 bar_probing = 0; in hdr_addr()
284 bar_probing = 1; in pci_olpc_write()

Completed in 2 milliseconds