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

/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_i2c.c46 static void OutSCL(uint8 BusNR, bool Bit) argument
53 switch (BusNR) {
77 switch (BusNR) {
103 static void OutSDA(uint8 BusNR, bool Bit) argument
110 switch (BusNR) {
134 switch (BusNR) {
160 static bool InSCL(uint8 BusNR) argument
164 switch (BusNR) {
176 switch (BusNR) {
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...]
H A Dnv_proto.h30 void i2c_bstart (uint8 BusNR);
31 void i2c_bstop (uint8 BusNR);
32 uint8 i2c_readbyte(uint8 BusNR, bool Ack);
33 bool i2c_writebyte (uint8 BusNR, uint8 byte);
34 void i2c_readbuffer (uint8 BusNR, uint8* buf, uint8 size);
35 void i2c_writebuffer (uint8 BusNR, uint8* buf, uint8 size);

Completed in 26 milliseconds