TianoCore EDK2 master
Loading...
Searching...
No Matches
DynamicTablesScmiInfoLib.h File Reference

Go to the source code of this file.

Functions

EFI_STATUS EFIAPI DynamicTablesScmiInfoGetFastChannel (IN UINT32 DomainId, OUT AML_CPC_INFO *CpcInfo)
 

Detailed Description

Arm SCMI Info Library.

Copyright (c) 2022 - 2023, Arm Limited. All rights reserved.

SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file DynamicTablesScmiInfoLib.h.

Function Documentation

◆ DynamicTablesScmiInfoGetFastChannel()

EFI_STATUS EFIAPI DynamicTablesScmiInfoGetFastChannel ( IN UINT32  DomainId,
OUT AML_CPC_INFO CpcInfo 
)

Populate a AML_CPC_INFO object based on SCMI information.

Parameters
[in]DomainIdIdentifier for the performance domain.
[out]CpcInfoIf success, this structure was populated from information queried to the SCP.
Return values
EFI_SUCCESSSuccess.
EFI_DEVICE_ERRORDevice error.
EFI_INVALID_PARAMETERInvalid parameter.
EFI_TIMEOUTTime out.
EFI_UNSUPPORTEDUnsupported.

Definition at line 174 of file DynamicTablesScmiInfoLib.c.