Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/SataSiI3132Dxe/
DSiI3132AtaPassThru.c192 SATA_PORT_WRITE32 (SataPort->RegBase + SII3132_PORT_INTSTATUS_REG, IrqMask); in SiI3132AtaPassThruCommand()
200 SATA_PORT_WRITE32 (SataPort->RegBase + SII3132_PORT_CMDACTIV_REG + (EmptySlot * 8), in SiI3132AtaPassThruCommand()
202 SATA_PORT_WRITE32 (SataPort->RegBase + SII3132_PORT_CMDACTIV_REG + (EmptySlot * 8) + 4, in SiI3132AtaPassThruCommand()
207 SataPort->RegBase + (EmptySlot * 0x80), in SiI3132AtaPassThruCommand()
212 SATA_PORT_WRITE32 (SataPort->RegBase + SII3132_PORT_CMDEXECFIFO_REG, EmptySlot); in SiI3132AtaPassThruCommand()
217 SATA_PORT_READ32 (SataPort->RegBase + SII3132_PORT_SLOTSTATUS_REG, &Value32); in SiI3132AtaPassThruCommand()
221 SATA_PORT_READ32 (SataPort->RegBase + SII3132_PORT_SLOTSTATUS_REG, &Value32); in SiI3132AtaPassThruCommand()
225 SATA_PORT_READ32 (SataPort->RegBase + SII3132_PORT_INTSTATUS_REG, &Value32); in SiI3132AtaPassThruCommand()
229 SATA_PORT_READ32 (SataPort->RegBase + SII3132_PORT_INTSTATUS_REG, &Value32); in SiI3132AtaPassThruCommand()
235 SATA_PORT_READ32 (SataPort->RegBase + SII3132_PORT_INTSTATUS_REG, &Value32); in SiI3132AtaPassThruCommand()
[all …]
DSataSiI3132.c53 Port->RegBase = Index * 0x2000; in SataSiI3132PortConstructor()
177 Status = SATA_PORT_READ32 (Port->RegBase + SII3132_PORT_SSTATUS_REG, &Value32); in SataSiI3132PortInitialization()
DSataSiI3132.h128 UINTN RegBase; member
/device/linaro/bootloader/edk2/ArmVirtPkg/VirtFdtDxe/
DVirtFdtDxe.c296 UINT64 RegBase; in InitializeVirtFdtDxe() local
407 RegBase = fdt64_to_cpu (((UINT64 *)RegProp)[0]); in InitializeVirtFdtDxe()
419 DevicePath->PhysBase = RegBase; in InitializeVirtFdtDxe()
436 Status = VirtioMmioInstallDevice (RegBase, Handle); in InitializeVirtFdtDxe()
439 "on handle %p (Status == %r)\n", __FUNCTION__, RegBase, in InitializeVirtFdtDxe()
498 RegBase = fdt64_to_cpu (((UINT64 *)RegProp)[0]); in InitializeVirtFdtDxe()
499 ASSERT (RegBase < MAX_UINT32); in InitializeVirtFdtDxe()
501 PcdSet32 (PcdPL031RtcBase, (UINT32)RegBase); in InitializeVirtFdtDxe()
503 DEBUG ((EFI_D_INFO, "Found PL031 RTC @ 0x%Lx\n", RegBase)); in InitializeVirtFdtDxe()
553 RegBase = fdt64_to_cpu (((UINT64 *)RegProp)[0]); in InitializeVirtFdtDxe()
[all …]
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformHelperLib/
DPlatformHelperLib.c271 IN CONST UINT8 RegBase in Pcal9555GetPortRegBit() argument
288 SubAddr = RegBase; in Pcal9555GetPortRegBit()
291 SubAddr = RegBase + 1; in Pcal9555GetPortRegBit()
326 IN CONST UINT8 RegBase, in Pcal9555SetPortRegBit() argument
344 SubAddr = RegBase; in Pcal9555SetPortRegBit()
347 SubAddr = RegBase + 1; in Pcal9555SetPortRegBit()
DCommonHeader.h53 IN CONST UINT8 RegBase,