Home
last modified time | relevance | path

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

/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Pp2Dxe/
DMvpp2Lib.c4133 UINT32 RegAddr; in MvGop110GmacReset() local
4136 RegAddr = MVPP2_PORT_CTRL2_REG; in MvGop110GmacReset()
4138 Val = MvGop110GmacRead (Port, RegAddr); in MvGop110GmacReset()
4146 MvGop110GmacWrite (Port, RegAddr, Val); in MvGop110GmacReset()
4254 UINT32 RegAddr; in MvGop110GmacModeCfg() local
4287 RegAddr = MVPP2_PORT_CTRL1_REG; in MvGop110GmacModeCfg()
4288 Val = MvGop110GmacRead (Port, RegAddr); in MvGop110GmacModeCfg()
4290 MvGop110GmacWrite (Port, RegAddr, Val); in MvGop110GmacModeCfg()
4539 UINT32 RegAddr; in MvGop110GmacLinkStatusGet() local
4542 RegAddr = MVPP2_PORT_STATUS0_REG; in MvGop110GmacLinkStatusGet()
[all …]
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DPci.c5759 UINT8 *RegAddr; in PciExplainPciExpress() local
5780 RegAddr = ((UINT8 *) &PciExpressCap) + PcieExplainList[Index].Offset; in PciExplainPciExpress()
5783 RegValue = *(UINT8 *) RegAddr; in PciExplainPciExpress()
5786 RegValue = *(UINT16 *) RegAddr; in PciExplainPciExpress()
5789 RegValue = *(UINT32 *) RegAddr; in PciExplainPciExpress()