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

/freebsd-12-stable/sys/contrib/dev/acpica/components/events/
H A Devxfevnt.c499 UINT32 InByte; local
527 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, &InByte);
533 if (InByte)
542 AcpiGbl_FixedEventInfo[Event].StatusRegisterId, &InByte);
548 if (InByte)
/freebsd-12-stable/sys/contrib/dev/acpica/components/hardware/
H A Dhwgpe.c345 UINT64 InByte; local
399 Status = AcpiHwRead (&InByte, &GpeRegisterInfo->EnableAddress);
405 if (RegisterBit & InByte)
412 Status = AcpiHwRead (&InByte, &GpeRegisterInfo->StatusAddress);
418 if (RegisterBit & InByte)
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCRegisterInfo.h69 unsigned InByte = RegNo % 8;
73 return (RegSet[Byte] & (1 << InByte)) != 0;

Completed in 63 milliseconds