Home
last modified time | relevance | path

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

/openbmc/linux/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()