Searched refs:UtCheckIntegerRange (Results 1 – 6 of 6) sorted by relevance
/acpica-latest/source/compiler/ |
D | aslresources.y | 241 OptionalSlaveMode_First {UtCheckIntegerRange ($4, 0x00, 0x01);} /* 04: SlaveMode */ 242 ',' ByteConstExpr {UtCheckIntegerRange ($7, 0x00, 0x03);} /* 07: PhyType */ 243 … OptionalByteConstExpr {UtCheckIntegerRange ($9, 0x00, 0xFC);} /* 09: LocalPortInstance */ 323 ByteConstExpr {UtCheckIntegerRange ($4, 0xC0, 0xFF);} 404 ByteConstExpr {UtCheckIntegerRange ($4, 0xC0, 0xFF);} 790 ByteConstExpr {UtCheckIntegerRange ($4, 0xC0, 0xFF);} 1018 ByteConstExpr {UtCheckIntegerRange ($4, 0xC0, 0xFF);}
|
D | asltree.c | 231 UtCheckIntegerRange (Op, 0x00, ACPI_UINT8_MAX); in TrSetOpIntegerValue() 237 UtCheckIntegerRange (Op, 0x00, ACPI_UINT16_MAX); in TrSetOpIntegerValue() 243 UtCheckIntegerRange (Op, 0x00, ACPI_UINT32_MAX); in TrSetOpIntegerValue()
|
D | aslkeywords.y | 205 …: ByteConst {$$ = UtCheckIntegerRange ($1, ACPI_NUM_PREDEFINED_REGIONS… 338 | ByteConstExpr {$$ = UtCheckIntegerRange ($1, 0x80, 0xFF);}
|
D | aslutils.c | 854 UtCheckIntegerRange ( in UtCheckIntegerRange() function
|
D | aslprimaries.y | 894 OptionalByteConstExpr {UtCheckIntegerRange ($5, 0, 7);} 1056 | ByteConst {$$ = UtCheckIntegerRange ($1, 0x80, 0xFF);}
|
D | aslcompiler.h | 1326 UtCheckIntegerRange (
|