| /f-stack/freebsd/contrib/dev/acpica/common/ |
| H A D | dmtbdump3.c | 202 UINT32 Offset; in AcpiDmDumpSlit() local 232 if (Offset >= Table->Length) in AcpiDmDumpSlit() 240 Offset++; in AcpiDmDumpSlit() 297 while (Offset < Table->Length) in AcpiDmDumpSrat() 366 Offset += Subtable->Length; in AcpiDmDumpSrat() 408 while (Offset < Table->Length) in AcpiDmDumpStao() 418 Offset += StringLength; in AcpiDmDumpStao() 636 while (Offset < Table->Length) in AcpiDmDumpVrtc() 650 Offset += sizeof (ACPI_VRTC_ENTRY); in AcpiDmDumpVrtc() 689 while (Offset < Table->Length) in AcpiDmDumpWdat() [all …]
|
| H A D | dmtbdump1.c | 195 while (Offset < Table->Length) in AcpiDmDumpAsf() 367 while (Offset < Table->Length) in AcpiDmDumpCpep() 419 while (Offset < Table->Length) in AcpiDmDumpCsrt() 435 Offset + SubOffset); in AcpiDmDumpCsrt() 450 Offset + SubOffset); in AcpiDmDumpCsrt() 533 while (Offset < Table->Length) in AcpiDmDumpDbg2() 652 while (Offset < Table->Length) in AcpiDmDumpDmar() 837 Offset += sizeof (UINT64); in AcpiDmDumpDrtm() 1121 Offset += SubtableLength; in AcpiDmDumpGtdt() 1177 Offset += SubtableLength; in AcpiDmDumpGtdt() [all …]
|
| H A D | dmtbdump2.c | 184 UINT32 Offset; in AcpiDmDumpIort() local 206 if (Iort->NodeOffset > Offset) in AcpiDmDumpIort() 216 Offset = Iort->NodeOffset; in AcpiDmDumpIort() 217 while (Offset < Table->Length) in AcpiDmDumpIort() 420 Offset += IortNode->Length; in AcpiDmDumpIort() 464 while (Offset < Table->Length) in AcpiDmDumpIvrs() 654 while (Offset < Table->Length) in AcpiDmDumpLpit() 693 Offset += SubtableLength; in AcpiDmDumpLpit() 734 while (Offset < Table->Length) in AcpiDmDumpMadt() 893 while (Offset < Table->Length) in AcpiDmDumpMcfg() [all …]
|
| H A D | dmtbdump.c | 386 UINT32 Offset; in AcpiDmDumpRsdt() local 393 Offset = sizeof (ACPI_TABLE_HEADER); in AcpiDmDumpRsdt() 401 AcpiDmLineHeader2 (Offset, sizeof (UINT32), "ACPI Table Address", i); in AcpiDmDumpRsdt() 403 Offset += sizeof (UINT32); in AcpiDmDumpRsdt() 426 UINT32 Offset; in AcpiDmDumpXsdt() local 433 Offset = sizeof (ACPI_TABLE_HEADER); in AcpiDmDumpXsdt() 441 AcpiDmLineHeader2 (Offset, sizeof (UINT64), "ACPI Table Address", i); in AcpiDmDumpXsdt() 443 Offset += sizeof (UINT64); in AcpiDmDumpXsdt()
|
| H A D | dmtable.c | 766 UINT32 Offset, in AcpiDmLineHeader() argument 801 Offset, Offset, ByteLength, Name); in AcpiDmLineHeader() 819 UINT32 Offset, in AcpiDmLineHeader2() argument 843 Offset, Offset, ByteLength, Name, Value); in AcpiDmLineHeader2() 848 Offset, Offset, Name, Value); in AcpiDmLineHeader2() 909 Target = ACPI_ADD_PTR (UINT8, Table, Info->Offset); in AcpiDmDumpTable() 910 CurrentOffset = TableOffset + Info->Offset; in AcpiDmDumpTable() 914 if (SubtableLength && (Info->Offset >= SubtableLength)) in AcpiDmDumpTable()
|
| /f-stack/freebsd/contrib/dev/acpica/compiler/ |
| H A D | aslhex.c | 280 UINT32 Offset = 0; in HxDoHexOutputC() local 307 while (Offset < AmlFileSize) in HxDoHexOutputC() 327 if ((Offset + i + 1) < AmlFileSize) in HxDoHexOutputC() 353 Offset += LineLength; in HxDoHexOutputC() 381 UINT32 Offset = 0; in HxDoHexOutputAsl() local 396 while (Offset < AmlFileSize) in HxDoHexOutputAsl() 416 if ((Offset + i + 1) < AmlFileSize) in HxDoHexOutputAsl() 442 Offset += LineLength; in HxDoHexOutputAsl() 469 UINT32 Offset = 0; in HxDoHexOutputAsm() local 483 while (Offset < AmlFileSize) in HxDoHexOutputAsm() [all …]
|
| H A D | aslascii.c | 213 Status.Offset = 0; in FlIsFileAsciiSource() 253 Byte, Status.Line, Status.Offset); in FlIsFileAsciiSource() 267 Byte, Status.Line, Status.Offset); in FlIsFileAsciiSource() 279 Status.Offset++; in FlIsFileAsciiSource() 338 Status->Offset++; in FlConsumeAnsiComment() 361 Status->Offset++; in FlConsumeAnsiComment() 389 Status->Offset++; in FlConsumeNewComment()
|
| H A D | dtio.c | 169 UINT32 Offset); 181 UINT32 Offset, 314 UINT32 Offset) in DtParseLine() argument 440 Field->ByteOffset = Offset; in DtParseLine() 821 UINT32 Offset; in DtScanFile() local 841 while ((Offset = DtGetNextLine (Handle, 0)) != ASL_EOF) in DtScanFile() 844 AslGbl_CurrentLineNumber, Offset, AslGbl_CurrentLineBuffer)); in DtScanFile() 847 AslGbl_CurrentLineNumber, Offset); in DtScanFile() 947 UINT32 Offset, in DtDumpBuffer() argument 956 Offset, Offset, Length); in DtDumpBuffer()
|
| H A D | prmacros.c | 496 Args[i].Offset[UseCount] = in PrAddMacro() 502 UseCount+1, Args[i].Offset[UseCount]); in PrAddMacro() 644 if (Args->Offset[i] == 0) in PrDoMacroInvocation() 650 &AslGbl_MacroTokenBuffer[Args->Offset[i]], strlen (Args->Name), in PrDoMacroInvocation()
|
| H A D | asloffset.c | 169 UINT32 Offset, 460 UINT32 Offset, in LsEmitOffsetTableEntry() argument 493 Offset, ACPI_FORMAT_UINT64 (Value), OpName); in LsEmitOffsetTableEntry()
|
| H A D | aslfileio.c | 424 long Offset) in FlSeekFile() argument 429 Error = fseek (AslGbl_Files[FileId].Handle, Offset, SEEK_SET); in FlSeekFile()
|
| /f-stack/freebsd/contrib/dev/acpica/components/dispatcher/ |
| H A D | dsopcode.c | 232 UINT32 Offset; in AcpiDsInitBufferField() local 270 Offset = (UINT32) OffsetDesc->Integer.Value; in AcpiDsInitBufferField() 282 BitOffset = Offset; in AcpiDsInitBufferField() 300 BitOffset = Offset; in AcpiDsInitBufferField() 309 BitOffset = 8 * Offset; in AcpiDsInitBufferField() 318 BitOffset = 8 * Offset; in AcpiDsInitBufferField() 327 BitOffset = 8 * Offset; in AcpiDsInitBufferField() 336 BitOffset = 8 * Offset; in AcpiDsInitBufferField()
|
| /f-stack/freebsd/contrib/dev/acpica/components/utilities/ |
| H A D | utresrc.c | 299 UINT32 Offset = 0; in AcpiUtWalkAmlResources() local 342 Aml, Length, Offset, ResourceIndex, Context); in AcpiUtWalkAmlResources() 382 Offset += Length; in AcpiUtWalkAmlResources() 392 Status = UserFunction (EndTag, 2, Offset, ResourceIndex, Context); in AcpiUtWalkAmlResources()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/reset/ |
| H A D | lantiq,reset.txt | 16 - Offset of the reset set register 17 - Offset of the reset status register
|
| H A D | bitmain,bm1880-reset.txt | 9 - reg: Offset and length of reset controller space in SCTRL.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/phy/ |
| H A D | phy-lantiq-rcu-usb2.txt | 19 - Offset of the USB PHY configuration register 20 - Offset of the USB Analog configuration
|
| /f-stack/freebsd/contrib/device-tree/Bindings/nvmem/ |
| H A D | qcom,spmi-sdam.yaml | 49 Offset and size in bytes within the storage device. 59 Offset in bit within the address range specified by reg.
|
| H A D | nvmem.yaml | 53 Offset and size in bytes within the storage device. 62 Offset in bit within the address range specified by reg.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/cpu-enable-method/ |
| H A D | al,alpine-smp | 27 - reg : Offset and length of the register set for the device 37 - reg : Offset and length of the register set for the device
|
| /f-stack/freebsd/contrib/device-tree/Bindings/rng/ |
| H A D | hisi-rng.txt | 5 - reg : Offset and length of the register set of this block
|
| /f-stack/freebsd/contrib/device-tree/Bindings/spi/ |
| H A D | fsl-spi.txt | 9 - reg : Offset and length of the register set for the device 43 - reg : Offset and length of the register set for the device.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/ |
| H A D | qcom-emac.txt | 12 - reg : Offset and length of the register regions for the device 21 - reg : Offset and length of the register region(s) for the device
|
| /f-stack/freebsd/contrib/device-tree/Bindings/serial/ |
| H A D | rda,8810pl-uart.txt | 5 - reg : Offset and length of the register set for the device.
|
| H A D | actions,owl-uart.txt | 6 - reg : Offset and length of the register set for the device.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/timer/ |
| H A D | rda,8810pl-timer.txt | 5 - reg : Offset and length of the register set for the device.
|