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 391 UINT32 InByte;
419 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, &InByte);
425 if (InByte)
434 AcpiGbl_FixedEventInfo[Event].StatusRegisterId, &InByte);
440 if (InByte)
  /src/sys/external/bsd/acpica/dist/hardware/
hwgpe.c 237 UINT64 InByte;
291 Status = AcpiHwRead (&InByte, &GpeRegisterInfo->EnableAddress);
297 if (RegisterBit & InByte)
304 Status = AcpiHwRead (&InByte, &GpeRegisterInfo->StatusAddress);
310 if (RegisterBit & InByte)

Completed in 62 milliseconds