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

/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_i2c.c160 static bool InSCL(uint8 BusNR) function
238 if (!InSCL(BusNR)) i2c_flag_error (1);
254 if (!InSCL(BusNR)) i2c_flag_error (1);
275 if (!InSCL(BusNR)) i2c_flag_error (1);
297 if (!InSCL(BusNR)) i2c_flag_error (1);
415 if (InSCL(bus) || !InSDA(bus)) continue;
421 if (!InSCL(bus) || InSDA(bus)) continue;
609 if (InSCL(info->port)) *clk = 0x0001;

Completed in 243 milliseconds