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

/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_i2c.c192 static bool InSDA(uint8 BusNR) function
230 if (!InSDA(BusNR)) i2c_flag_error (2);
257 if (InSDA(BusNR)) Bit = 1;
302 if (!InSDA(BusNR)) i2c_flag_error (4);
415 if (InSCL(bus) || !InSDA(bus)) continue;
421 if (!InSCL(bus) || InSDA(bus)) continue;
610 if (InSDA(info->port)) *data = 0x0001;

Completed in 39 milliseconds