mirror of
https://github.com/acpica/acpica/
synced 2025-01-13 12:59:18 +03:00
ACPI 5.0/AcpiHelp: Update formatting of AliasAs operator.
Display the new Extended AccessAs attributes automatically.
This commit is contained in:
parent
5a343a31be
commit
dc8eae0c51
@ -121,7 +121,7 @@
|
||||
*/
|
||||
const AH_ASL_KEYWORD AslKeywordInfo[] =
|
||||
{
|
||||
{"AccessAttribKeyword", "Serial Bus Attributes",
|
||||
{"AccessAttribKeyword", "Serial Bus Attributes (with legacy SMBus aliases)",
|
||||
":= AttribQuick (SMBusQuick) | AttribSendReceive (SMBusSendReceive) | "
|
||||
"AttribByte (SMBusByte) | AttribWord (SMBusWord) | "
|
||||
"AttribBlock (SMBusBlock) | AttribProcessCall (SMBusProcessCall) | "
|
||||
@ -149,8 +149,9 @@ const AH_ASL_KEYWORD AslKeywordInfo[] =
|
||||
":= Compatibility | TypeA | TypeB | TypeF"},
|
||||
{"EndianKeyword", "Endian type - Resource Descriptor",
|
||||
":= BigEndian | LittleEndian"},
|
||||
{"ExtendedAttribKeyword", "Bus Attributes (with AccessLength) - Resource Descriptor",
|
||||
":= AttribBytes(n) | AttribRawBytes(n) | AttribRawProcessBytes(n)"},
|
||||
{"ExtendedAttribKeyword", "Extended Bus Attributes",
|
||||
":= AttribBytes (AccessLength) | AttribRawBytes (AccessLength) | "
|
||||
"AttribRawProcessBytes (AccessLength)"},
|
||||
{"FlowControlKeyword", "Resource Descriptor",
|
||||
":= FlowControlNone | FlowControlXon | FlowControlHardware"},
|
||||
{"InterruptLevelKeyword", "Interrupt Active Types",
|
||||
|
@ -122,7 +122,7 @@
|
||||
*/
|
||||
const AH_ASL_OPERATOR AslOperatorInfo[] =
|
||||
{
|
||||
{"AccessAs", "(AccessType, AccessAttibute (AccessLength))",
|
||||
{"AccessAs", "(AccessType, AccessAttribKeyword | ExtendedAttribKeyword (AccessLength))",
|
||||
"ChangeFieldUnitAccess"},
|
||||
{"Acquire", "(SyncObject, TimeoutValue) => Boolean",
|
||||
"Acquire a mutex"},
|
||||
|
Loading…
Reference in New Issue
Block a user