Home | History | Annotate | Download | only in disassembler

Lines Matching refs:Integer

311         NotifyValue = (UINT8) NextOp->Asl.Value.Integer;
582 Flags = (UINT8) Op->Common.Value.Integer;
631 Flags = (UINT8) Op->Common.Value.Integer;
704 AcpiDmAddressSpace ((UINT8) Op->Common.Value.Integer);
764 if (((UINT32) Op->Common.Value.Integer) > ACPI_MAX_MATCH_OPCODE)
771 AcpiGbl_MatchOps[(ACPI_SIZE) Op->Common.Value.Integer]);
878 AcpiOsPrintf ("0x%2.2X", (UINT32) Op->Common.Value.Integer);
885 AcpiDmDecompressEisaId ((UINT32) Op->Common.Value.Integer);
889 AcpiOsPrintf ("0x%4.4X", (UINT32) Op->Common.Value.Integer);
897 AcpiDmDecompressEisaId ((UINT32) Op->Common.Value.Integer);
901 AcpiOsPrintf ("0x%8.8X", (UINT32) Op->Common.Value.Integer);
908 ACPI_FORMAT_UINT64 (Op->Common.Value.Integer));
998 (UINT32) Op->Common.Value.Integer);
1002 Info->BitOffset += (UINT32) Op->Common.Value.Integer;
1009 Offset = (UINT32) Op->Common.Value.Integer;
1028 AcpiGbl_AccessTypes [(UINT32) (Op->Common.Value.Integer & 0x7)]);
1030 AcpiDmDecodeAttribute ((UINT8) (Op->Common.Value.Integer >> 8));
1035 ((Op->Common.Value.Integer >> 16) & 0xFF));
1056 Length = (UINT32) Child->Common.Value.Integer;