Searched defs:BusNR (Results 1 - 2 of 2) 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
67 static void OutSDA(uint8 BusNR, bool Bit) argument
89 static bool InSCL(uint8 BusNR) argument
103 static bool InSDA(uint8 BusNR) argument
117 static void TXBit (uint8 BusNR, bool Bit) argument
140 RXBit(uint8 BusNR) argument
161 i2c_bstart(uint8 BusNR) argument
186 i2c_bstop(uint8 BusNR) argument
211 i2c_readbyte(uint8 BusNR, bool Ack) argument
237 i2c_writebyte(uint8 BusNR, uint8 byte) argument
266 i2c_readbuffer(uint8 BusNR, uint8* buf, uint8 size) argument
276 i2c_writebuffer(uint8 BusNR, uint8* buf, uint8 size) argument
[all...]
/haiku-fatelf/src/add-ons/accelerants/nvidia/engine/
H A Dnv_i2c.c46 static void OutSCL(uint8 BusNR, bool Bit) argument
75 static void OutSDA(uint8 BusNR, bool Bit) argument
104 static bool InSCL(uint8 BusNR) argument
121 static bool InSDA(uint8 BusNR) argument
138 static void TXBit (uint8 BusNR, bool Bit) argument
158 RXBit(uint8 BusNR) argument
179 i2c_bstart(uint8 BusNR) argument
201 i2c_bstop(uint8 BusNR) argument
223 i2c_readbyte(uint8 BusNR, bool Ack) argument
245 i2c_writebyte(uint8 BusNR, uint8 byte) argument
270 i2c_readbuffer(uint8 BusNR, uint8* buf, uint8 size) argument
278 i2c_writebuffer(uint8 BusNR, uint8* buf, uint8 size) argument
550 i2c_ReadEDID(uint8 BusNR, edid1_info *edid) argument
[all...]

Completed in 35 milliseconds