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

/haiku-fatelf/src/add-ons/accelerants/nvidia_gpgpu/engine/
H A Dnv_i2c.c45 static void OutSCL(uint8 BusNR, bool Bit) argument
52 if (Bit)
60 if (Bit)
67 static void OutSDA(uint8 BusNR, bool Bit) argument
74 if (Bit)
82 if (Bit)
117 static void TXBit (uint8 BusNR, bool Bit) argument
120 if (Bit)
142 uint8 Bit = 0; local
153 if (InSDA(BusNR)) Bit
[all...]
/haiku-fatelf/src/add-ons/accelerants/nvidia/engine/
H A Dnv_i2c.c46 static void OutSCL(uint8 BusNR, bool Bit) argument
53 if (Bit)
60 if (Bit)
67 if (Bit)
75 static void OutSDA(uint8 BusNR, bool Bit) argument
82 if (Bit)
89 if (Bit)
96 if (Bit)
138 static void TXBit (uint8 BusNR, bool Bit) argument
141 if (Bit) {
160 uint8 Bit = 0; local
[all...]
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutmisc.c367 UINT32 Bit; local
400 Bit = 1 << ACPI_MOD_32 (OwnerId);
404 if (AcpiGbl_OwnerIdMask[Index] & Bit)
406 AcpiGbl_OwnerIdMask[Index] ^= Bit;

Completed in 97 milliseconds