Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Library/QNCAccessLib/
DQNCAccessLib.c30 UINT32 RegAddress in QNCPortRead() argument
33 McD0PciCfg32 (QNC_ACCESS_PORT_MEA) = (RegAddress & 0xFFFFFF00); in QNCPortRead()
34 McD0PciCfg32 (QNC_ACCESS_PORT_MCR) = MESSAGE_READ_DW (Port, RegAddress); in QNCPortRead()
42 UINT32 RegAddress, in QNCPortWrite() argument
47 McD0PciCfg32 (QNC_ACCESS_PORT_MEA) = (RegAddress & 0xFFFFFF00); in QNCPortWrite()
48 McD0PciCfg32 (QNC_ACCESS_PORT_MCR) = MESSAGE_WRITE_DW (Port, RegAddress); in QNCPortWrite()
55 UINT32 RegAddress in QNCAltPortRead() argument
58 McD0PciCfg32 (QNC_ACCESS_PORT_MEA) = (RegAddress & 0xFFFFFF00); in QNCAltPortRead()
59 McD0PciCfg32 (QNC_ACCESS_PORT_MCR) = ALT_MESSAGE_READ_DW (Port, RegAddress); in QNCAltPortRead()
67 UINT32 RegAddress, in QNCAltPortWrite() argument
[all …]
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Include/Library/
DQNCAccessLib.h50 UINT32 RegAddress
61 UINT32 RegAddress,
72 UINT32 RegAddress
83 UINT32 RegAddress,
94 UINT32 RegAddress
105 UINT32 RegAddress,
149 UINT32 RegAddress,
157 UINT32 RegAddress,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/RtLedStatusCode/
DRtLedStatusCode.c180 while ((mSioInitData[Index]).RegAddress != 0xff) { in RtLedInitializeStatusCode()
181 OutputData = (UINT8) mSioInitData[Index].RegAddress; in RtLedInitializeStatusCode()
DRtLedStatusCode.h37 UINT8 RegAddress; member
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DPci.c3633 UINT64 RegAddress; in PciExplainBar() local
3701 RegAddress = Address | INDEX_OF (Command); in PciExplainBar()
3702 IoDev->Pci.Write (IoDev, EfiPciWidthUint16, RegAddress, 1, &NewCommand); in PciExplainBar()
3704 RegAddress = Address | INDEX_OF (Bar); in PciExplainBar()
3713 IoDev->Pci.Write (IoDev, EfiPciWidthUint32, RegAddress, 1, &NewBar32); in PciExplainBar()
3714 IoDev->Pci.Read (IoDev, EfiPciWidthUint32, RegAddress, 1, &NewBar32); in PciExplainBar()
3715 IoDev->Pci.Write (IoDev, EfiPciWidthUint32, RegAddress, 1, &OldBar32); in PciExplainBar()
3732 IoDev->Pci.Write (IoDev, EfiPciWidthUint32, RegAddress, 2, &NewBar64); in PciExplainBar()
3733 IoDev->Pci.Read (IoDev, EfiPciWidthUint32, RegAddress, 2, &NewBar64); in PciExplainBar()
3734 IoDev->Pci.Write (IoDev, EfiPciWidthUint32, RegAddress, 2, &OldBar64); in PciExplainBar()
[all …]
/device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
DUndi32.h144 IN UINT8 RegAddress,
152 IN UINT8 RegAddress,
DE100b.c2400 IN UINT8 RegAddress, in MdiWrite() argument
2408 ((UINT32)(RegAddress << 16)) | in MdiWrite()
2448 IN UINT8 RegAddress, in MdiRead() argument
2455 ReadCommand = ((UINT32) (RegAddress << 16)) | in MdiRead()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/
DPciHostBridge.asi122 // Arg1 = RegAddress
134 // Arg1 = RegAddress
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR33.patch6347 IoDev->Pci.Write (IoDev, EfiPciWidthUint32, RegAddress, 2, &NewBar64);
6348 IoDev->Pci.Read (IoDev, EfiPciWidthUint32, RegAddress, 2, &NewBar64);
6349 IoDev->Pci.Write (IoDev, EfiPciWidthUint32, RegAddress, 2, &OldBar64);