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

/haiku-fatelf/src/add-ons/accelerants/nvidia_gpgpu/engine/
H A Dnv_i2c.c89 static bool InSCL(uint8 BusNR) function
134 if (!InSCL(BusNR)) i2c_flag_error (1);
150 if (!InSCL(BusNR)) i2c_flag_error (1);
174 if (!InSCL(BusNR)) i2c_flag_error (1);
199 if (!InSCL(BusNR)) i2c_flag_error (1);
320 if (InSCL(bus) || !InSDA(bus)) continue;
325 if (!InSCL(bus) || InSDA(bus)) continue;
/haiku-fatelf/src/add-ons/accelerants/nvidia/engine/
H A Dnv_i2c.c104 static bool InSCL(uint8 BusNR) function
152 if (!InSCL(BusNR)) i2c_flag_error (1);
168 if (!InSCL(BusNR)) i2c_flag_error (1);
189 if (!InSCL(BusNR)) i2c_flag_error (1);
211 if (!InSCL(BusNR)) i2c_flag_error (1);
329 if (InSCL(bus) || !InSDA(bus)) continue;
335 if (!InSCL(bus) || InSDA(bus)) continue;
523 if (InSCL(info->port)) *clk = 0x0001;

Completed in 92 milliseconds