Home
last modified time | relevance | path

Searched refs:InByte (Results 1 – 3 of 3) sorted by relevance

/minix3/minix/drivers/power/acpi/events/
H A Devxfevnt.c368 UINT32 InByte; in ACPI_EXPORT_SYMBOL() local
396 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, &InByte); in ACPI_EXPORT_SYMBOL()
402 if (InByte) in ACPI_EXPORT_SYMBOL()
410 AcpiGbl_FixedEventInfo[Event].StatusRegisterId, &InByte); in ACPI_EXPORT_SYMBOL()
416 if (InByte) in ACPI_EXPORT_SYMBOL()
/minix3/minix/drivers/power/acpi/hardware/
H A Dhwgpe.c229 UINT32 InByte; in AcpiHwGetGpeStatus() local
276 Status = AcpiHwRead (&InByte, &GpeRegisterInfo->StatusAddress); in AcpiHwGetGpeStatus()
282 if (RegisterBit & InByte) in AcpiHwGetGpeStatus()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCRegisterInfo.h68 unsigned InByte = Reg % 8; in contains() local
72 return (RegSet[Byte] & (1 << InByte)) != 0; in contains()