Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

64 Bit Addresses in PCI BAR Registers #150

Open
RossComputerGuy opened this issue Jul 10, 2017 · 0 comments
Open

64 Bit Addresses in PCI BAR Registers #150

RossComputerGuy opened this issue Jul 10, 2017 · 0 comments

Comments

@RossComputerGuy
Copy link

I found out how to access 64 Bit BAR Addresses.
Here is the code: ((BAR[i] & 0xFFFFFFF0) + ((BAR[i+1] & 0xFFFFFFFF) << 32))
This returns the memory address from that specific BAR Register.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant