Searched refs:Lane (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Marvell/Library/ComPhyLib/ |
D | ComPhyMux.c | 46 UINTN Lane, Opt, Valid; in ComPhyMuxCheckConfig() local 48 for (Lane = 0; Lane < ComPhyMaxLanes; Lane++, ComPhyMapData++, MuxData++) { in ComPhyMuxCheckConfig() 57 DEBUG((DEBUG_INFO, "Lane number %d, had invalid Type %d\n", Lane, in ComPhyMuxCheckConfig() 59 DEBUG((DEBUG_INFO, "Set Lane %d as Type %d\n", Lane, in ComPhyMuxCheckConfig() 63 DEBUG((DEBUG_INFO, "Lane number %d, has Type %d\n", Lane, in ComPhyMuxCheckConfig() 74 IN UINTN Lane in ComPhyMuxGetMuxValue() argument 101 UINT32 Lane, Value, Offset, Mask; in ComPhyMuxRegWrite() local 103 for (Lane = 0; Lane < ComPhyMaxLanes; Lane++, ComPhyMapData++, MuxData++) { in ComPhyMuxRegWrite() 104 Offset = Lane * BitCount; in ComPhyMuxRegWrite() 106 Value = (ComPhyMuxGetMuxValue (MuxData, ComPhyMapData->Type, Lane) << in ComPhyMuxRegWrite()
|
D | ComPhyLib.c | 184 UINT32 Lane; in ComPhyPrint() local 187 for (Lane = 0; Lane < PtrChipCfg->LanesCount; Lane++) { in ComPhyPrint() 188 SpeedStr = GetSpeedString(PtrChipCfg->MapData[Lane].Speed); in ComPhyPrint() 189 TypeStr = GetTypeString(PtrChipCfg->MapData[Lane].Type); in ComPhyPrint() 190 DEBUG((DEBUG_ERROR, "Comphy-%d: %-13s %-10s\n", Lane, TypeStr, SpeedStr)); in ComPhyPrint() 243 UINT32 Lane, ChipCount, i, MaxComphyCount; in MvComPhyInit() local 257 for (Lane = 0; Lane < MaxComphyCount; Lane++) { in MvComPhyInit() 259 PtrChipCfg->MapData[Lane].Type = in MvComPhyInit() 260 ParseSerdesTypeString (LaneData[i].TypeStr[Lane]); in MvComPhyInit() 261 PtrChipCfg->MapData[Lane].Speed = in MvComPhyInit() [all …]
|
D | ComPhyCp110.c | 40 #define SD_ADDR(base, Lane) (base + SD_LANE_ADDR_WIDTH * Lane) argument 41 #define HPIPE_ADDR(base, Lane) (SD_ADDR(base, Lane) + HPIPE_ADDR_OFFSET) argument 42 #define COMPHY_ADDR(base, Lane) (base + COMPHY_ADDR_LANE_WIDTH * Lane) argument 300 IN UINT32 Lane, in ComPhyPciePowerUp() argument 307 EFI_PHYSICAL_ADDRESS HpipeAddr = HPIPE_ADDR(HpipeBase, Lane); in ComPhyPciePowerUp() 308 EFI_PHYSICAL_ADDRESS ComPhyAddr = COMPHY_ADDR(ComPhyBase, Lane); in ComPhyPciePowerUp() 444 UINT32 Lane, in ComphyUsb3PowerUp() argument 451 EFI_PHYSICAL_ADDRESS HpipeAddr = HPIPE_ADDR(HpipeBase, Lane); in ComphyUsb3PowerUp() 452 EFI_PHYSICAL_ADDRESS ComPhyAddr = COMPHY_ADDR(ComPhyBase, Lane); in ComphyUsb3PowerUp() 703 IN UINT32 Lane, in ComPhySataPowerUp() argument [all …]
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi1616/Include/Library/ |
D | SerdesLib.h | 79 VOID SerdesEnableCtleDfe(UINT32 NimbusId, UINT32 Macro, UINT32 Lane, UINT32 LaneMode);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | ChangeLog | 420 - fix fdopen and halloc macros for Microsoft C 6.0 (Tom Lane) 432 - use define instead of typedef for Bytef also for MSC small/medium (Tom Lane) 433 - replace __far with _far for better portability (Christian Spieler, Tom Lane) 447 - do not wrap extern "C" around system includes (Tom Lane) 571 level) in minigzip (thanks to Tom Lane)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | ChangeLog | 1037 - fix fdopen and halloc macros for Microsoft C 6.0 (Tom Lane) 1049 - use define instead of typedef for Bytef also for MSC small/medium (Tom Lane) 1050 - replace __far with _far for better portability (Christian Spieler, Tom Lane) 1064 - do not wrap extern "C" around system includes (Tom Lane) 1188 level) in minigzip (thanks to Tom Lane)
|