Home
last modified time | relevance | path

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

/reactos/hal/halx86/generic/
H A Dkdpci.c39 _In_ ULONG CurrentBar, in HalpPciBarLength() argument
45 Bar = CurrentBar; in HalpPciBarLength()
47 if (CurrentBar & PCI_ADDRESS_IO_SPACE) in HalpPciBarLength()
53 if ((CurrentBar & PCI_ADDRESS_MEMORY_TYPE_MASK) == PCI_TYPE_64BIT) in HalpPciBarLength()
55 Bar = ((ULONG64)NextBar << 32) | CurrentBar; in HalpPciBarLength()
/reactos/drivers/bus/pcix/
H A Dutils.c1179 ULONG CurrentBar, BarLength, BarMask; in PciCreateIoDescriptorFromBarLimit() local
1183 CurrentBar = BarArray[0]; in PciCreateIoDescriptorFromBarLimit()
1184 if (!(CurrentBar & ~PCI_ADDRESS_IO_SPACE)) in PciCreateIoDescriptorFromBarLimit()
1201 CurrentBar &= PCI_ADDRESS_ROM_ADDRESS_MASK; in PciCreateIoDescriptorFromBarLimit()
1202 if (!CurrentBar) in PciCreateIoDescriptorFromBarLimit()
1214 BarLength = PciGetLengthFromBar(CurrentBar); in PciCreateIoDescriptorFromBarLimit()
1219 if (CurrentBar & PCI_ADDRESS_IO_SPACE) in PciCreateIoDescriptorFromBarLimit()
1237 if ((CurrentBar & PCI_ADDRESS_MEMORY_TYPE_MASK) == PCI_TYPE_64BIT) in PciCreateIoDescriptorFromBarLimit()
1243 else if ((CurrentBar & PCI_ADDRESS_MEMORY_TYPE_MASK) == PCI_TYPE_20BIT) in PciCreateIoDescriptorFromBarLimit()
1250 if (CurrentBar & PCI_ADDRESS_MEMORY_PREFETCHABLE) in PciCreateIoDescriptorFromBarLimit()
[all …]