Searched defs:BusNR (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_i2c.c46 static void OutSCL(uint8 BusNR, bool Bit) argument
103 static void OutSDA(uint8 BusNR, bool Bit) argument
160 static bool InSCL(uint8 BusNR) argument
192 static bool InSDA(uint8 BusNR) argument
224 TXBit(uint8 BusNR, bool Bit) argument
244 RXBit(uint8 BusNR) argument
265 i2c_bstart(uint8 BusNR) argument
287 i2c_bstop(uint8 BusNR) argument
309 i2c_readbyte(uint8 BusNR, bool Ack) argument
331 i2c_writebyte(uint8 BusNR, uint8 byte) argument
356 i2c_readbuffer(uint8 BusNR, uint8* buf, uint8 size) argument
364 i2c_writebuffer(uint8 BusNR, uint8* buf, uint8 size) argument
636 i2c_ReadEDID(uint8 BusNR, edid1_info *edid) argument
[all...]

Completed in 44 milliseconds