Searched refs:RegAddr (Results 1 – 2 of 2) sorted by relevance
4133 UINT32 RegAddr; in MvGop110GmacReset() local4136 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() local4287 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() local4542 RegAddr = MVPP2_PORT_STATUS0_REG; in MvGop110GmacLinkStatusGet()[all …]
5759 UINT8 *RegAddr; in PciExplainPciExpress() local5780 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()