| /f-stack/freebsd/contrib/dev/acpica/compiler/ |
| H A D | aslpld.c | 229 Value = (UINT32) ThisOp->Asl.Child->Asl.Value.Integer; in OpcDoPld() 241 if (Value > 127) in OpcDoPld() 258 if (Value > 1) in OpcDoPld() 277 if (Value > 255) in OpcDoPld() 333 if (Value > 1) in OpcDoPld() 368 &Value)) in OpcDoPld() 458 if (Value > 1) in OpcDoPld() 503 if (Value > 1) in OpcDoPld() 558 if (Value > 1) in OpcDoPld() 575 if (Value > 7) in OpcDoPld() [all …]
|
| H A D | dtfield.c | 360 InString = Field->Value; in DtCompileUuid() 435 if (Value != 1) in DtCompileInteger() 439 Value = 1; in DtCompileInteger() 446 Value = 0; in DtCompileInteger() 465 if (Value > MaxValue) in DtCompileInteger() 642 Value = AcpiUtImplicitStrtoul64 (Field->Value); in DtCompileFlag() 727 Value = 0; in DtCompileFlag() 761 if (FieldKey->Value) in DtCreateField() 767 if (FieldValue->Value) in DtCreateField() 770 Field->Value = in DtCreateField() [all …]
|
| H A D | asloperands.c | 229 if (Next->Asl.Value.Integer > 15) in OpnDoMutex() 295 if (Next->Asl.Value.Integer > 15) in OpnDoMethod() 312 Next->Asl.Value.Integer = MethodFlags; in OpnDoMethod() 384 Next->Asl.Value.Integer = FieldFlags; in OpnDoFieldCommon() 684 Op->Asl.Value.Integer = Next->Asl.Value.Integer; in OpnDoRegion() 999 Next->Asl.Value.String = "\\"; in OpnDoLoadTable() 1064 if (Child->Asl.Value.Buffer && in OpnDoDefinitionBlock() 1065 *Child->Asl.Value.Buffer && in OpnDoDefinitionBlock() 1112 if (Child->Asl.Value.String) in OpnDoDefinitionBlock() 1145 if (Child->Asl.Value.String && in OpnDoDefinitionBlock() [all …]
|
| H A D | aslopcodes.c | 333 switch (Op->Asl.Value.Integer) in OpcSetOptimalIntegerSize() 383 if (Op->Asl.Value.Integer <= ACPI_UINT8_MAX) in OpcSetOptimalIntegerSize() 389 if (Op->Asl.Value.Integer <= ACPI_UINT16_MAX) in OpcSetOptimalIntegerSize() 460 AttribOp->Asl.Value.Integer = 0; in OpcDoAccessAs() 492 LengthOp->Asl.Value.Integer = 16; in OpcDoAccessAs() 631 BufferLengthOp->Asl.Value.Integer = Length; in OpcDoUnicode() 695 InString = (char *) Op->Asl.Value.String; in OpcDoEisaId() 757 Op->Asl.Value.Integer = EisaId; in OpcDoEisaId() 825 NewOp->Asl.Value.Integer = 16; in OpcDoUuId() 870 if (!Op->Asl.Value.Integer) in OpcGenerateAmlOpcode() [all …]
|
| H A D | prexpress.c | 292 UINT64 Value; in PrIsDefined() local 299 Value = 0; /* Default is "Not defined" -- FALSE */ in PrIsDefined() 304 Value = ACPI_UINT64_MAX; /* TRUE */ in PrIsDefined() 309 AslGbl_CurrentLineNumber, Identifier, ACPI_FORMAT_UINT64 (Value)); in PrIsDefined() 311 return (Value); in PrIsDefined() 331 UINT64 Value; in PrResolveDefine() local 338 Value = 0; /* Default is "Not defined" -- FALSE */ in PrResolveDefine() 343 Value = ACPI_UINT64_MAX; /* TRUE */ in PrResolveDefine() 348 AslGbl_CurrentLineNumber, Identifier, ACPI_FORMAT_UINT64 (Value)); in PrResolveDefine() 350 return (Value); in PrResolveDefine()
|
| H A D | aslcodegen.c | 270 /* 1 */ (UINT32) Op->Asl.Value.Integer, in CgAmlWriteWalk() 416 PkgLen.Len = (UINT32) Op->Asl.Value.Integer; in CgWriteAmlOpcode() 481 CgLocalWriteAmlData (Op, &Op->Asl.Value.Integer, 1); in CgWriteAmlOpcode() 486 CgLocalWriteAmlData (Op, &Op->Asl.Value.Integer, 2); in CgWriteAmlOpcode() 491 CgLocalWriteAmlData (Op, &Op->Asl.Value.Integer, 4); in CgWriteAmlOpcode() 496 CgLocalWriteAmlData (Op, &Op->Asl.Value.Integer, 8); in CgWriteAmlOpcode() 557 Child->Asl.Value.String = ACPI_SIG_XXXX; in CgWriteTableHeader() 565 AslGbl_TableHeader.Revision = (UINT8) Child->Asl.Value.Integer; in CgWriteTableHeader() 577 memcpy (AslGbl_TableHeader.OemId, Child->Asl.Value.String, in CgWriteTableHeader() 578 strlen (Child->Asl.Value.String)); in CgWriteTableHeader() [all …]
|
| H A D | aslrestype2w.c | 309 (InitializerOp->Asl.Value.String)) in RsDoWordIoDescriptor() 318 InitializerOp->Asl.Value.String); in RsDoWordIoDescriptor() 473 (UINT16) InitializerOp->Asl.Value.Integer; in RsDoWordBusNumberDescriptor() 482 (UINT16) InitializerOp->Asl.Value.Integer; in RsDoWordBusNumberDescriptor() 491 (UINT16) InitializerOp->Asl.Value.Integer; in RsDoWordBusNumberDescriptor() 528 (InitializerOp->Asl.Value.String)) in RsDoWordBusNumberDescriptor() 537 InitializerOp->Asl.Value.String); in RsDoWordBusNumberDescriptor() 651 (UINT8) InitializerOp->Asl.Value.Integer; in RsDoWordSpaceDescriptor() 683 (UINT8) InitializerOp->Asl.Value.Integer; in RsDoWordSpaceDescriptor() 744 (InitializerOp->Asl.Value.String)) in RsDoWordSpaceDescriptor() [all …]
|
| /f-stack/freebsd/contrib/edk2/Include/Library/ |
| H A D | PcdLib.h | 247 #define PatchPcdSet8(TokenName, Value) (_gPcd_BinaryPatch_##TokenName = (Value)) argument 263 #define PatchPcdSet16(TokenName, Value) (_gPcd_BinaryPatch_##TokenName = (Value)) argument 1656 IN UINT8 Value 1675 IN UINT16 Value 1694 IN UINT32 Value 1713 IN UINT64 Value 1762 IN BOOLEAN Value 1786 IN UINT8 Value 1810 IN UINT16 Value 1834 IN UINT32 Value [all …]
|
| H A D | BaseMemoryLib.h | 60 IN UINT8 Value 87 IN UINT16 Value 114 IN UINT32 Value 141 IN UINT64 Value 168 IN UINTN Value 246 IN UINT8 Value 275 IN UINT16 Value 304 IN UINT32 Value 333 IN UINT64 Value 362 IN UINTN Value
|
| /f-stack/freebsd/contrib/dev/acpica/components/hardware/ |
| H A D | hwregs.c | 173 UINT32 *Value, 179 UINT32 Value, 368 UINT64 *Value, in AcpiHwRead() argument 396 *Value = 0; in AcpiHwRead() 466 UINT64 Value, in AcpiHwWrite() argument 729 Value = (UINT32) Value64; in AcpiHwRegisterRead() 738 Value = (UINT32) Value64; in AcpiHwRegisterRead() 794 UINT32 Value) in AcpiHwRegisterWrite() argument 915 UINT32 *Value, in AcpiHwReadMultiple() argument 956 *Value = (ValueA | ValueB); in AcpiHwReadMultiple() [all …]
|
| H A D | hwxface.c | 278 UINT64 Value, in ACPI_EXPORT_SYMBOL() 287 Status = AcpiHwWrite (Value, Reg); in ACPI_EXPORT_SYMBOL() 327 UINT32 Value; in ACPI_EXPORT_SYMBOL() local 353 Value = ((RegisterValue & BitRegInfo->AccessBitMask) in ACPI_EXPORT_SYMBOL() 360 *ReturnValue = Value; in ACPI_EXPORT_SYMBOL() 392 UINT32 Value) in ACPI_EXPORT_SYMBOL() 437 BitRegInfo->AccessBitMask, Value); in ACPI_EXPORT_SYMBOL() 452 RegisterValue = ACPI_REGISTER_PREPARE_BITS (Value, in ACPI_EXPORT_SYMBOL() 609 *SleepTypeA = (UINT8) Elements[0]->Integer.Value; in ACPI_EXPORT_SYMBOL() 625 *SleepTypeA = (UINT8) Elements[0]->Integer.Value; in ACPI_EXPORT_SYMBOL() [all …]
|
| /f-stack/freebsd/contrib/dev/acpica/components/resources/ |
| H A D | rsmisc.c | 162 #define INIT_TABLE_LENGTH(i) i->Value 166 #define COMPARE_VALUE(i) i->Value 284 (Info->Value * (ItemCount - 1)); in AcpiRsConvertAmlToResource() 293 (Info->Value * (ItemCount - 1)); in AcpiRsConvertAmlToResource() 352 ACPI_GET16 (Source) - Info->Value; in AcpiRsConvertAmlToResource() 371 if (Info->Value) in AcpiRsConvertAmlToResource() 373 ItemCount = Info->Value; in AcpiRsConvertAmlToResource() 517 if (AmlResourceLength != Info->Value) in AcpiRsConvertAmlToResource() 738 if (Info->Value) in AcpiRsConvertResourceToAml() 740 ItemCount = Info->Value; in AcpiRsConvertResourceToAml() [all …]
|
| H A D | rsdump.c | 168 const char *Value); 173 UINT8 Value); 178 UINT16 Value); 183 UINT32 Value); 188 UINT64 Value); 697 const char *Value) in AcpiRsOutString() argument 701 if (!*Value) in AcpiRsOutString() 711 UINT8 Value) in AcpiRsOutInteger8() argument 719 UINT16 Value) in AcpiRsOutInteger16() argument 728 UINT32 Value) in AcpiRsOutInteger32() argument [all …]
|
| /f-stack/freebsd/contrib/dev/acpica/components/executer/ |
| H A D | exregion.c | 184 UINT64 *Value, in AcpiExSystemMemorySpaceHandler() argument 375 *Value = 0; in AcpiExSystemMemorySpaceHandler() 412 ACPI_SET8 (LogicalAddrPtr, *Value); in AcpiExSystemMemorySpaceHandler() 471 UINT64 *Value, in AcpiExSystemIoSpaceHandler() argument 494 *Value = Value32; in AcpiExSystemIoSpaceHandler() 500 (UINT32) *Value, BitWidth); in AcpiExSystemIoSpaceHandler() 536 UINT64 *Value, in AcpiExPciConfigSpaceHandler() argument 573 *Value = 0; in AcpiExPciConfigSpaceHandler() 617 UINT64 *Value, in AcpiExCmosSpaceHandler() argument 654 UINT64 *Value, in AcpiExPciBarSpaceHandler() argument [all …]
|
| H A D | exoparg1.c | 430 ReturnDesc->Integer.Value = ~Operand[0]->Integer.Value; in AcpiExOpcode_1A_1T_1R() 435 ReturnDesc->Integer.Value = Operand[0]->Integer.Value; in AcpiExOpcode_1A_1T_1R() 452 ReturnDesc->Integer.Value = Operand[0]->Integer.Value; in AcpiExOpcode_1A_1T_1R() 466 ReturnDesc->Integer.Value = in AcpiExOpcode_1A_1T_1R() 477 ReturnDesc->Integer.Value = 0; in AcpiExOpcode_1A_1T_1R() 502 ReturnDesc->Integer.Value += in AcpiExOpcode_1A_1T_1R() 517 ReturnDesc->Integer.Value = 0; in AcpiExOpcode_1A_1T_1R() 740 UINT64 Value; in AcpiExOpcode_1A_0T_1R() local 764 if (!Operand[0]->Integer.Value) in AcpiExOpcode_1A_0T_1R() 819 ReturnDesc->Integer.Value = TempDesc->Integer.Value + 1; in AcpiExOpcode_1A_0T_1R() [all …]
|
| H A D | exoparg2.c | 208 UINT32 Value; in AcpiExOpcode_2A_0T_0R() local 228 Value = (UINT32) Operand[1]->Integer.Value; in AcpiExOpcode_2A_0T_0R() 315 Operand[0]->Integer.Value, in AcpiExOpcode_2A_2T_1R() 316 Operand[1]->Integer.Value, in AcpiExOpcode_2A_2T_1R() 317 &ReturnDesc1->Integer.Value, in AcpiExOpcode_2A_2T_1R() 416 Operand[0]->Integer.Value, in AcpiExOpcode_2A_1T_1R() 417 Operand[1]->Integer.Value); in AcpiExOpcode_2A_1T_1R() 435 Operand[0]->Integer.Value, in AcpiExOpcode_2A_1T_1R() 436 Operand[1]->Integer.Value, in AcpiExOpcode_2A_1T_1R() 438 &ReturnDesc->Integer.Value); in AcpiExOpcode_2A_1T_1R() [all …]
|
| /f-stack/freebsd/contrib/dev/acpica/components/disassembler/ |
| H A D | dmopcode.c | 206 PrevOp = Op->Asl.Value.Arg; in AcpiDmDisplayTargetPathname() 218 NextOp = Op->Asl.Value.Arg; in AcpiDmDisplayTargetPathname() 240 if (!PrevOp->Asl.Value.String) in AcpiDmDisplayTargetPathname() 255 if (*PrevOp->Asl.Value.String == '\\') in AcpiDmDisplayTargetPathname() 298 NextOp = Op->Asl.Value.Arg; in AcpiDmNotifyDescription() 518 IndexOp = Op->Common.Value.Arg; in AcpiDmFieldPredefinedDescription() 551 ACPI_FREE (IndexOp->Common.Value.String); in AcpiDmFieldPredefinedDescription() 552 IndexOp->Common.Value.String = NULL; in AcpiDmFieldPredefinedDescription() 862 Child = Op->Common.Value.Arg; in AcpiDmDisassembleOneOp() 1049 Child = Op->Common.Value.Arg; in AcpiDmDisassembleOneOp() [all …]
|
| H A D | dmresrc.c | 259 UINT8 Value, in AcpiDmDumpInteger8() argument 262 AcpiOsPrintf ("0x%2.2X, // %s\n", Value, Name); in AcpiDmDumpInteger8() 267 UINT16 Value, in AcpiDmDumpInteger16() argument 270 AcpiOsPrintf ("0x%4.4X, // %s\n", Value, Name); in AcpiDmDumpInteger16() 275 UINT32 Value, in AcpiDmDumpInteger32() argument 278 AcpiOsPrintf ("0x%8.8X, // %s\n", Value, Name); in AcpiDmDumpInteger32() 283 UINT64 Value, in AcpiDmDumpInteger64() argument 286 AcpiOsPrintf ("0x%8.8X%8.8X, // %s\n", ACPI_FORMAT_UINT64 (Value), Name); in AcpiDmDumpInteger64() 521 NextOp = Op->Common.Value.Arg; in AcpiDmIsResourceTemplate() 528 DeclaredBufferLength = NextOp->Common.Value.Size; in AcpiDmIsResourceTemplate() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pci/ |
| H A D | qcom,pcie.txt | 5 Value type: <stringlist> 24 Value type: <stringlist> 33 Value type: <string> 38 Value type: <u32> 43 Value type: <u32> 63 Value type: <u32> 223 Value type: <phandle> 228 Value type: <phandle> 233 Value type: <phandle> 238 Value type: <phandle> [all …]
|
| /f-stack/freebsd/contrib/dev/acpica/components/dispatcher/ |
| H A D | dsfield.c | 471 (UINT64) Arg->Common.Value.Size; in AcpiDsGetFieldNames() 526 Child = Arg->Common.Value.Arg; in AcpiDsGetFieldNames() 598 (UINT64) Arg->Common.Value.Size; in AcpiDsGetFieldNames() 657 Arg = Op->Common.Value.Arg; in AcpiDsCreateField() 671 Arg->Common.Value.Name, Status); in AcpiDsCreateField() 871 Arg = Op->Common.Value.Arg; in AcpiDsCreateBankField() 884 Arg->Common.Value.Name, Status); in AcpiDsCreateBankField() 898 Arg->Common.Value.String, Status); in AcpiDsCreateBankField() 965 Arg = Op->Common.Value.Arg; in AcpiDsCreateIndexField() 972 Arg->Common.Value.String, Status); in AcpiDsCreateIndexField() [all …]
|
| H A D | dsobject.c | 218 Op->Common.Value.String, in AcpiDsBuildInternalObject() 226 Op->Common.Value.String, Status); in AcpiDsBuildInternalObject() 432 if (!Op->Common.Value.Arg) in AcpiDsCreateNode() 442 WalkState, Op->Common.Value.Arg, &ObjDesc); in AcpiDsCreateNode() 557 ObjDesc->Integer.Value = 0; in AcpiDsInitObjectFromOp() 562 ObjDesc->Integer.Value = 1; in AcpiDsInitObjectFromOp() 567 ObjDesc->Integer.Value = ACPI_UINT64_MAX; in AcpiDsInitObjectFromOp() 590 ObjDesc->Integer.Value = Op->Common.Value.Integer; in AcpiDsInitObjectFromOp() 599 (UINT32) ObjDesc->Integer.Value)); in AcpiDsInitObjectFromOp() 639 ObjDesc->Reference.Value, WalkState, in AcpiDsInitObjectFromOp() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sound/ |
| H A D | qcom,wcd9335.txt | 13 Value type: <stringlist> 23 Value type: <u32 u32> 44 Value type: <phandle> 55 Value type: <string> 60 Value type: <phandle> 65 Value type: <phandle> 70 Value type: <phandle> 75 Value type: <phandle> 80 Value type: <phandle> 99 Value type: <int> [all …]
|
| /f-stack/freebsd/contrib/dev/acpica/common/ |
| H A D | adwalk.c | 524 if (Op->Common.Value.String) in AcpiDmDumpDescending() 613 ChildOp = Op->Common.Value.Arg; in AcpiDmFindOrphanDescending() 655 ChildOp = Op->Common.Value.Arg; in AcpiDmFindOrphanDescending() 799 NextOp = Op->Common.Value.Arg; in AcpiDmLoadDescendingOp() 806 Path = NextOp->Common.Value.String; in AcpiDmLoadDescendingOp() 929 NextOp = Op->Common.Value.Arg; in AcpiDmXrefDescendingOp() 930 NextOp = NextOp->Common.Value.Arg; in AcpiDmXrefDescendingOp() 948 NextOp = Op->Common.Value.Arg; in AcpiDmXrefDescendingOp() 951 Path = NextOp->Common.Value.String; in AcpiDmXrefDescendingOp() 956 Path = Op->Common.Value.Arg->Asl.Value.String; in AcpiDmXrefDescendingOp() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/phy/ |
| H A D | qcom,usb-8x16-phy.txt | 5 Value type: <string> 10 Value type: <prop-encoded-array> 15 Value type: <prop-encoded-array> 22 Value type: <string> 27 Value type: <phandle> 32 Value type: <phandle> 37 Value type: <phandle> 42 Value type: <prop-encoded-array> 47 Value type: <string> 52 Value type: <prop-encoded-array>
|
| /f-stack/freebsd/contrib/device-tree/Bindings/input/ |
| H A D | qcom,pm8xxx-keypad.txt | 7 Value type: <string> 14 Value type: <prop-encoded-array> 19 Value type: <prop-encoded-array> 27 Value type: <prop-encoded-array> 33 Value type: <bool> 38 Value type: <bool> 44 Value type: <u32> 50 Value type: <u32> 56 Value type: <u32> 62 Value type: <u32> [all …]
|