HomeSort by: relevance | last modified time | path
    Searched defs:InByte (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/events/
evxfevnt.c 499 UINT32 InByte;
527 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, &InByte);
533 if (InByte)
542 AcpiGbl_FixedEventInfo[Event].StatusRegisterId, &InByte);
548 if (InByte)
  /src/sys/external/bsd/acpica/dist/hardware/
hwgpe.c 345 UINT64 InByte;
399 Status = AcpiHwRead (&InByte, &GpeRegisterInfo->EnableAddress);
405 if (RegisterBit & InByte)
412 Status = AcpiHwRead (&InByte, &GpeRegisterInfo->StatusAddress);
418 if (RegisterBit & InByte)

Completed in 34 milliseconds