Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdePkg/Library/SmmPciExpressLib/
DPciExpressLib.c111 GetPciExpressAddress ( in GetPciExpressAddress() function
143 return MmioRead8 (GetPciExpressAddress (Address)); in PciExpressRead8()
169 return MmioWrite8 (GetPciExpressAddress (Address), Value); in PciExpressWrite8()
199 return MmioOr8 (GetPciExpressAddress (Address), OrData); in PciExpressOr8()
229 return MmioAnd8 (GetPciExpressAddress (Address), AndData); in PciExpressAnd8()
263 GetPciExpressAddress (Address), in PciExpressAndThenOr8()
299 GetPciExpressAddress (Address), in PciExpressBitFieldRead8()
339 GetPciExpressAddress (Address), in PciExpressBitFieldWrite8()
383 GetPciExpressAddress (Address), in PciExpressBitFieldOr8()
427 GetPciExpressAddress (Address), in PciExpressBitFieldAnd8()
[all …]
/device/linaro/bootloader/edk2/MdePkg/Library/DxeRuntimePciExpressLib/
DPciExpressLib.c194 GetPciExpressAddress ( in GetPciExpressAddress() function
305 Address = GetPciExpressAddress (Address & 0x0ffff000); in PciExpressRegisterForRuntimeAccess()
374 return MmioRead8 (GetPciExpressAddress (Address)); in PciExpressRead8()
400 return MmioWrite8 (GetPciExpressAddress (Address), Value); in PciExpressWrite8()
430 return MmioOr8 (GetPciExpressAddress (Address), OrData); in PciExpressOr8()
460 return MmioAnd8 (GetPciExpressAddress (Address), AndData); in PciExpressAnd8()
494 GetPciExpressAddress (Address), in PciExpressAndThenOr8()
530 GetPciExpressAddress (Address), in PciExpressBitFieldRead8()
570 GetPciExpressAddress (Address), in PciExpressBitFieldWrite8()
614 GetPciExpressAddress (Address), in PciExpressBitFieldOr8()
[all …]