Home
last modified time | relevance | path

Searched refs:Offset (Results 1 – 25 of 163) sorted by relevance

1234567

/f-stack/freebsd/contrib/dev/acpica/common/
H A Ddmtbdump3.c202 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 Ddmtbdump1.c195 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 Ddmtbdump2.c184 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 Ddmtbdump.c386 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 Ddmtable.c766 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 Daslhex.c280 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 Daslascii.c213 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 Ddtio.c169 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 Dprmacros.c496 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 Dasloffset.c169 UINT32 Offset,
460 UINT32 Offset, in LsEmitOffsetTableEntry() argument
493 Offset, ACPI_FORMAT_UINT64 (Value), OpName); in LsEmitOffsetTableEntry()
H A Daslfileio.c424 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 Ddsopcode.c232 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 Dutresrc.c299 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 Dlantiq,reset.txt16 - Offset of the reset set register
17 - Offset of the reset status register
H A Dbitmain,bm1880-reset.txt9 - reg: Offset and length of reset controller space in SCTRL.
/f-stack/freebsd/contrib/device-tree/Bindings/phy/
H A Dphy-lantiq-rcu-usb2.txt19 - Offset of the USB PHY configuration register
20 - Offset of the USB Analog configuration
/f-stack/freebsd/contrib/device-tree/Bindings/nvmem/
H A Dqcom,spmi-sdam.yaml49 Offset and size in bytes within the storage device.
59 Offset in bit within the address range specified by reg.
H A Dnvmem.yaml53 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 Dal,alpine-smp27 - 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 Dhisi-rng.txt5 - reg : Offset and length of the register set of this block
/f-stack/freebsd/contrib/device-tree/Bindings/spi/
H A Dfsl-spi.txt9 - 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 Dqcom-emac.txt12 - 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 Drda,8810pl-uart.txt5 - reg : Offset and length of the register set for the device.
H A Dactions,owl-uart.txt6 - reg : Offset and length of the register set for the device.
/f-stack/freebsd/contrib/device-tree/Bindings/timer/
H A Drda,8810pl-timer.txt5 - reg : Offset and length of the register set for the device.

1234567