Searched refs:Bit (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutownerid.c304 UINT32 Bit; local
337 Bit = (UINT32) 1 << ACPI_MOD_32 (OwnerId);
341 if (AcpiGbl_OwnerIdMask[Index] & Bit)
343 AcpiGbl_OwnerIdMask[Index] ^= Bit;
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_i2c.c46 static void OutSCL(uint8 BusNR, bool Bit) argument
56 if (Bit)
63 if (Bit)
70 if (Bit)
80 if (Bit)
87 if (Bit)
94 if (Bit)
103 static void OutSDA(uint8 BusNR, bool Bit) argument
113 if (Bit)
120 if (Bit)
224 TXBit(uint8 BusNR, bool Bit) argument
246 uint8 Bit = 0; local
[all...]

Completed in 41 milliseconds