Searched refs:ComPhyMaxLanes (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Marvell/Library/ComPhyLib/ |
D | ComPhyMux.c | 42 IN UINTN ComPhyMaxLanes in ComPhyMuxCheckConfig() argument 48 for (Lane = 0; Lane < ComPhyMaxLanes; Lane++, ComPhyMapData++, MuxData++) { in ComPhyMuxCheckConfig() 96 IN UINTN ComPhyMaxLanes, in ComPhyMuxRegWrite() argument 103 for (Lane = 0; Lane < ComPhyMaxLanes; Lane++, ComPhyMapData++, MuxData++) { in ComPhyMuxRegWrite() 121 UINT32 ComPhyMaxLanes; in ComPhyMuxInit() local 123 ComPhyMaxLanes = PtrChipCfg->LanesCount; in ComPhyMuxInit() 128 ComPhyMuxCheckConfig (MuxData, ComPhyMapData, ComPhyMaxLanes); in ComPhyMuxInit() 130 ComPhyMuxRegWrite (MuxData, ComPhyMapData, ComPhyMaxLanes, SelectorBase, in ComPhyMuxInit()
|
D | ComPhyLib.h | 58 #define GET_MAX_LANES(id) PcdGet32(PcdChip##id##ComPhyMaxLanes)
|