Searched refs:Btype (Results 1 – 3 of 3) sorted by relevance
322 UINT32 Btype) in AnFormatBtype() argument329 if (Btype == 0) in AnFormatBtype()337 if (Btype & 0x00000001) in AnFormatBtype()347 Btype >>= 1; in AnFormatBtype()350 if (Btype & 0x00000001) in AnFormatBtype()361 Btype >>= 1; in AnFormatBtype()362 if (Btype & 0x00000001) in AnFormatBtype()563 UINT32 Btype) in AnMapBtypeToEtype() argument569 if (Btype == 0) in AnMapBtypeToEtype()575 for (i = 1; i < Btype; i *= 2) in AnMapBtypeToEtype()
405 UINT32 Btype; in TrDoSwitch() local429 Btype = AslKeywordMapping[Index].AcpiBtype; in TrDoSwitch()430 if ((Btype != ACPI_BTYPE_INTEGER) && in TrDoSwitch()431 (Btype != ACPI_BTYPE_STRING) && in TrDoSwitch()432 (Btype != ACPI_BTYPE_BUFFER)) in TrDoSwitch()435 Btype = ACPI_BTYPE_INTEGER; in TrDoSwitch()694 switch (Btype) in TrDoSwitch()
237 UINT32 Btype);
Completed in 5 milliseconds